[INFO] cloning repository https://github.com/geng-engine/batbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geng-engine/batbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeng-engine%2Fbatbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeng-engine%2Fbatbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb42034b087dcc552c13ae33dd81ee51fa5df4de
[INFO] checking geng-engine/batbox against try#51de2e90f91fdec6cf64ff542a4e15b9c177a797 for pr-147294
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeng-engine%2Fbatbox" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/geng-engine/batbox
[INFO] finished tweaking git repo https://github.com/geng-engine/batbox
[INFO] tweaked toml for git repo https://github.com/geng-engine/batbox written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/geng-engine/batbox on toolchain 51de2e90f91fdec6cf64ff542a4e15b9c177a797
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/geng-engine/batbox 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" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62a5c963a5ab3c17785800e411908977d77c57aa03aaf94d89c626c13deb9231
[INFO] running `Command { std: "docker" "start" "-a" "62a5c963a5ab3c17785800e411908977d77c57aa03aaf94d89c626c13deb9231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62a5c963a5ab3c17785800e411908977d77c57aa03aaf94d89c626c13deb9231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62a5c963a5ab3c17785800e411908977d77c57aa03aaf94d89c626c13deb9231", kill_on_drop: false }`
[INFO] [stdout] 62a5c963a5ab3c17785800e411908977d77c57aa03aaf94d89c626c13deb9231
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 920c912a1a28a2bfbc4f2aaffd05208abb7dd77fcdfdd6b50d44d01670ff9ad4
[INFO] running `Command { std: "docker" "start" "-a" "920c912a1a28a2bfbc4f2aaffd05208abb7dd77fcdfdd6b50d44d01670ff9ad4", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]     Checking value-bag v1.9.0
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling backtrace v0.3.73
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking object v0.36.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking piper v0.2.3
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]    Compiling rustls v0.23.10
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking proc-macro2 v1.0.85
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking async-executor v1.12.0
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking batbox-range v0.16.0 (/opt/rustwide/workdir/crates/range)
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking subtle v2.6.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking batbox-cmp v0.16.0 (/opt/rustwide/workdir/crates/cmp)
[INFO] [stderr]     Checking webpki-roots v0.26.3
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]    Compiling tinyfiledialogs v3.9.1
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking clap_builder v4.5.7
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking batbox-tuple-macros v0.16.0 (/opt/rustwide/workdir/crates/tuple-macros)
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |         $macro!(a0; b0);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |         $macro!(a0; b0);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:41
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:45
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:25
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:37
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:45
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:49
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:53
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:25
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:29
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:33
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:41
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:45
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:49
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:53
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:57
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:61
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:25
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:33
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:37
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:41
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:45
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:49
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:53
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:57
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:61
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:65
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:69
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:37
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:41
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:45
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `A7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:49
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:53
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:57
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:61
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:65
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:69
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:73
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                         ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:77
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                             ^^ help: convert the identifier to upper camel case: `B7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:41
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:45
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `A7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:49
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `A8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:53
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:57
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:61
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:65
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:69
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:73
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                         ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:77
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                             ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:81
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                                 ^^ help: convert the identifier to upper camel case: `B7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:85
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                                     ^^ help: convert the identifier to upper camel case: `B8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:25
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:29
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:41
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:45
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `A7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `A8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a9` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:53
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `A9`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:57
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:61
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:65
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:69
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:73
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                         ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:77
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                             ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:81
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                 ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:85
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                     ^^ help: convert the identifier to upper camel case: `B7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:89
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                         ^^ help: convert the identifier to upper camel case: `B8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b9` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:93
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                             ^^ help: convert the identifier to upper camel case: `B9`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | macro_rules! call_for_tuples_2 {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub trait TupleZip<RHS> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated type
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     type Output;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn tuple_zip(self, rhs: RHS) -> Self::Output;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking batbox-android v0.16.0 (/opt/rustwide/workdir/crates/android)
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |         $macro!(a0; b0);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |         $macro!(a0; b0);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |         $macro!(a0, a1; b0, b1);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 |         $macro!(a0, a1, a2; b0, b1, b2);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:41
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:40:45
[INFO] [stdout]    |
[INFO] [stdout] 40 |         $macro!(a0, a1, a2, a3; b0, b1, b2, b3);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:25
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:37
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:45
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:49
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:41:53
[INFO] [stdout]    |
[INFO] [stdout] 41 |         $macro!(a0, a1, a2, a3, a4; b0, b1, b2, b3, b4);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:25
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:29
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:33
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:41
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:45
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:49
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:53
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:57
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:42:61
[INFO] [stdout]    |
[INFO] [stdout] 42 |         $macro!(a0, a1, a2, a3, a4, a5; b0, b1, b2, b3, b4, b5);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:25
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:33
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:37
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:41
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:45
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:49
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:53
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:57
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:61
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:65
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:43:69
[INFO] [stdout]    |
[INFO] [stdout] 43 |         $macro!(a0, a1, a2, a3, a4, a5, a6; b0, b1, b2, b3, b4, b5, b6);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:37
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:41
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:45
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `A7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:49
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:53
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:57
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:61
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:65
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:69
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:73
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                         ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:44:77
[INFO] [stdout]    |
[INFO] [stdout] 44 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7; b0, b1, b2, b3, b4, b5, b6, b7);
[INFO] [stdout]    |                                                                             ^^ help: convert the identifier to upper camel case: `B7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:33
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:41
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:45
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `A7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:49
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `A8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:53
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:57
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:61
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:65
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:69
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:73
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                         ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:77
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                             ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:81
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                                 ^^ help: convert the identifier to upper camel case: `B7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:45:85
[INFO] [stdout]    |
[INFO] [stdout] 45 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8; b0, b1, b2, b3, b4, b5, b6, b7, b8);
[INFO] [stdout]    |                                                                                     ^^ help: convert the identifier to upper camel case: `B8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                 ^^ help: convert the identifier to upper camel case: `A0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                     ^^ help: convert the identifier to upper camel case: `A1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:25
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                         ^^ help: convert the identifier to upper camel case: `A2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:29
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                             ^^ help: convert the identifier to upper camel case: `A3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                 ^^ help: convert the identifier to upper camel case: `A4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:37
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                     ^^ help: convert the identifier to upper camel case: `A5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:41
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                         ^^ help: convert the identifier to upper camel case: `A6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:45
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                             ^^ help: convert the identifier to upper camel case: `A7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:49
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                 ^^ help: convert the identifier to upper camel case: `A8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `a9` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:53
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                     ^^ help: convert the identifier to upper camel case: `A9`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b0` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:57
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                         ^^ help: convert the identifier to upper camel case: `B0`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b1` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:61
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                             ^^ help: convert the identifier to upper camel case: `B1`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b2` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:65
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                 ^^ help: convert the identifier to upper camel case: `B2`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b3` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:69
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                     ^^ help: convert the identifier to upper camel case: `B3`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b4` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:73
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                         ^^ help: convert the identifier to upper camel case: `B4`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b5` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:77
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                             ^^ help: convert the identifier to upper camel case: `B5`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b6` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:81
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                 ^^ help: convert the identifier to upper camel case: `B6`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b7` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:85
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                     ^^ help: convert the identifier to upper camel case: `B7`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b8` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:89
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                         ^^ help: convert the identifier to upper camel case: `B8`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type parameter `b9` should have an upper camel case name
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:46:93
[INFO] [stdout]    |
[INFO] [stdout] 46 |         $macro!(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9; b0, b1, b2, b3, b4, b5, b6, b7, b8, b9);
[INFO] [stdout]    |                                                                                             ^^ help: convert the identifier to upper camel case: `B9`
[INFO] [stdout] ...
[INFO] [stdout] 68 | call_for_tuples_2!(impl_tuple_zip);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `call_for_tuples_2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a macro
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | macro_rules! call_for_tuples_2 {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub trait TupleZip<RHS> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated type
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     type Output;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> crates/tuple-macros/src/lib.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     fn tuple_zip(self, rhs: RHS) -> Self::Output;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking addr2line v0.22.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/51de2e90f91fdec6cf64ff542a4e15b9c177a797/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7144b5c720863a0f -C extra-filename=-79b20ed641fa367a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bcf5599150873505.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3a2c4c414dca3b58.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-fe3dd7e642431149.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-3fbd9506533b2f53.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-ca047af70b950fd9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "920c912a1a28a2bfbc4f2aaffd05208abb7dd77fcdfdd6b50d44d01670ff9ad4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "920c912a1a28a2bfbc4f2aaffd05208abb7dd77fcdfdd6b50d44d01670ff9ad4", kill_on_drop: false }`
[INFO] [stdout] 920c912a1a28a2bfbc4f2aaffd05208abb7dd77fcdfdd6b50d44d01670ff9ad4
