[INFO] fetching crate tracing_dynamic 0.3.1...
[INFO] building tracing_dynamic-0.3.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate tracing_dynamic 0.3.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate tracing_dynamic 0.3.1
[INFO] finished tweaking crates.io crate tracing_dynamic 0.3.1
[INFO] tweaked toml for crates.io crate tracing_dynamic 0.3.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tracing_dynamic 0.3.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tracing_dynamic 0.3.1 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f304c6cff3427668b10826adc673439d0c1aaa9270f55fe8f524741a64e508bb
[INFO] running `Command { std: "docker" "start" "-a" "f304c6cff3427668b10826adc673439d0c1aaa9270f55fe8f524741a64e508bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f304c6cff3427668b10826adc673439d0c1aaa9270f55fe8f524741a64e508bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f304c6cff3427668b10826adc673439d0c1aaa9270f55fe8f524741a64e508bb", kill_on_drop: false }`
[INFO] [stdout] f304c6cff3427668b10826adc673439d0c1aaa9270f55fe8f524741a64e508bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37a6511216ebb8eeefb4b69ba0f403cb5dd292a7961752b0ce750e487ba0d67d
[INFO] running `Command { std: "docker" "start" "-a" "37a6511216ebb8eeefb4b69ba0f403cb5dd292a7961752b0ce750e487ba0d67d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing_dynamic v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |                 finish!(0);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |                 finish!(1);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 finish!(2);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |                 finish!(3);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 finish!(4);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 finish!(5);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |                 finish!(6);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                 finish!(7);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 finish!(8);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |                 finish!(9);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |                 finish!(10);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |                 finish!(11);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 finish!(12);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                 finish!(13);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |                 finish!(14);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 finish!(15);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |                 finish!(16);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |                 finish!(17);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 finish!(18);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |                 finish!(19);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |                 finish!(20);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |                 finish!(21);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 finish!(22);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |                 finish!(23);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                 finish!(24);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 finish!(25);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |                 finish!(26);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 |                 finish!(27);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 finish!(28);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |                 finish!(29);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 |                 finish!(30);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |                 finish!(31);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 finish!(32);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |                 finish!(33);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |                 finish!(34);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 finish!(35);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |                 finish!(36);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                 finish!(37);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 finish!(38);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |                 finish!(39);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                 finish!(40);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                 finish!(41);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 finish!(42);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |                 finish!(43);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |                 finish!(44);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                 finish!(45);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |                 finish!(46);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 finish!(47);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                 finish!(48);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 finish!(49);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 finish!(50);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |                 finish!(51);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |                 finish!(52);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 finish!(53);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |                 finish!(54);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 finish!(55);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 finish!(56);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |                 finish!(57);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |                 finish!(58);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 finish!(59);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 finish!(60);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |                 finish!(61);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |                 finish!(62);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 finish!(63);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |                 finish!(64);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |                 finish!(65);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 finish!(66);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                 finish!(67);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 finish!(68);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 finish!(69);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 finish!(70);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |                 finish!(71);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |                 finish!(72);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |                 finish!(73);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |                 finish!(74);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |                 finish!(75);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 finish!(76);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 finish!(77);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |                 finish!(78);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 finish!(79);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 finish!(90);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 finish!(91);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |                 finish!(92);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 finish!(93);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 finish!(94);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |                 finish!(95);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |                 finish!(96);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 finish!(97);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |                 finish!(98);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |                 finish!(99);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |                 finish!(100);
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                     finish!(0);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |                     finish!(1);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                     finish!(2);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                     finish!(3);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |                     finish!(4);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                     finish!(5);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                     finish!(6);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |                     finish!(7);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |                     finish!(8);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                     finish!(9);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                     finish!(10);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                     finish!(11);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |                     finish!(12);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                     finish!(13);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |                     finish!(14);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |                     finish!(15);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                     finish!(16);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |                     finish!(17);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |                     finish!(18);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                     finish!(19);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                     finish!(20);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |                     finish!(21);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                     finish!(22);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                     finish!(23);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |                     finish!(24);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 |                     finish!(25);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                     finish!(26);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |                     finish!(27);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |                     finish!(28);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                     finish!(29);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                     finish!(30);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |                     finish!(31);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |                     finish!(32);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                     finish!(33);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     finish!(34);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                     finish!(35);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                     finish!(36);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |                     finish!(37);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     finish!(38);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     finish!(39);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                     finish!(40);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     finish!(41);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |                     finish!(42);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                     finish!(43);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |                     finish!(44);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                     finish!(45);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     finish!(46);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                     finish!(47);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |                     finish!(48);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |                     finish!(49);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |                     finish!(50);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     finish!(51);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |                     finish!(52);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |                     finish!(53);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                     finish!(54);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |                     finish!(55);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |                     finish!(56);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                     finish!(57);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     finish!(58);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |                     finish!(59);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |                     finish!(60);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                     finish!(61);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |                     finish!(62);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     finish!(63);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                     finish!(64);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                     finish!(65);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                     finish!(66);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     finish!(67);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |                     finish!(68);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |                     finish!(69);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |                     finish!(70);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |                     finish!(71);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |                     finish!(72);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |                     finish!(73);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                     finish!(74);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     finish!(75);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |                     finish!(76);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                     finish!(77);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                     finish!(78);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |                     finish!(79);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     finish!(90);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                     finish!(91);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                     finish!(92);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |                     finish!(93);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |                     finish!(94);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                     finish!(95);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |                     finish!(96);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     finish!(97);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                     finish!(98);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |                     finish!(99);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |                     finish!(100);
[INFO] [stdout]     |                     ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
[INFO] running `Command { std: "docker" "inspect" "37a6511216ebb8eeefb4b69ba0f403cb5dd292a7961752b0ce750e487ba0d67d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37a6511216ebb8eeefb4b69ba0f403cb5dd292a7961752b0ce750e487ba0d67d", kill_on_drop: false }`
[INFO] [stdout] 37a6511216ebb8eeefb4b69ba0f403cb5dd292a7961752b0ce750e487ba0d67d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 929abcf09f20c93261f30798f5e27d994fb9b253d0800b8397ba706269771302
[INFO] running `Command { std: "docker" "start" "-a" "929abcf09f20c93261f30798f5e27d994fb9b253d0800b8397ba706269771302", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling similar v2.3.0
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |                 finish!(0);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |                 finish!(1);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 finish!(2);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |                 finish!(3);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 finish!(4);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 finish!(5);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |                 finish!(6);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                 finish!(7);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 finish!(8);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |                 finish!(9);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |                 finish!(10);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |                 finish!(11);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 finish!(12);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                 finish!(13);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |                 finish!(14);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 finish!(15);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |                 finish!(16);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |                 finish!(17);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 finish!(18);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |                 finish!(19);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |                 finish!(20);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |                 finish!(21);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 finish!(22);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |                 finish!(23);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                 finish!(24);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 finish!(25);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |                 finish!(26);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 |                 finish!(27);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 finish!(28);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |                 finish!(29);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 |                 finish!(30);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |                 finish!(31);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 finish!(32);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |                 finish!(33);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |                 finish!(34);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 finish!(35);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |                 finish!(36);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                 finish!(37);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 finish!(38);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |                 finish!(39);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                 finish!(40);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                 finish!(41);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 finish!(42);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |                 finish!(43);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |                 finish!(44);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                 finish!(45);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |                 finish!(46);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 finish!(47);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                 finish!(48);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 finish!(49);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 finish!(50);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |                 finish!(51);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |                 finish!(52);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 finish!(53);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |                 finish!(54);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 finish!(55);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 finish!(56);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |                 finish!(57);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |                 finish!(58);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 finish!(59);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 finish!(60);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |                 finish!(61);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |                 finish!(62);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 finish!(63);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |                 finish!(64);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |                 finish!(65);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 finish!(66);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                 finish!(67);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 finish!(68);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 finish!(69);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 finish!(70);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |                 finish!(71);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |                 finish!(72);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |                 finish!(73);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |                 finish!(74);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |                 finish!(75);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 finish!(76);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 finish!(77);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |                 finish!(78);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 finish!(79);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 finish!(90);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 finish!(91);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |                 finish!(92);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 finish!(93);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 finish!(94);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |                 finish!(95);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |                 finish!(96);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 finish!(97);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |                 finish!(98);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |                 finish!(99);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |                 finish!(100);
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                     finish!(0);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |                     finish!(1);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                     finish!(2);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                     finish!(3);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |                     finish!(4);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                     finish!(5);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                     finish!(6);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |                     finish!(7);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |                     finish!(8);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                     finish!(9);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                     finish!(10);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                     finish!(11);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |                     finish!(12);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                     finish!(13);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |                     finish!(14);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |                     finish!(15);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                     finish!(16);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |                     finish!(17);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |                     finish!(18);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                     finish!(19);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                     finish!(20);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |                     finish!(21);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                     finish!(22);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                     finish!(23);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |                     finish!(24);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 |                     finish!(25);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                     finish!(26);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |                     finish!(27);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |                     finish!(28);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                     finish!(29);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                     finish!(30);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |                     finish!(31);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |                     finish!(32);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                     finish!(33);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     finish!(34);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                     finish!(35);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                     finish!(36);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |                     finish!(37);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     finish!(38);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     finish!(39);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                     finish!(40);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     finish!(41);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |                     finish!(42);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                     finish!(43);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |                     finish!(44);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                     finish!(45);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     finish!(46);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                     finish!(47);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |                     finish!(48);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |                     finish!(49);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |                     finish!(50);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     finish!(51);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |                     finish!(52);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |                     finish!(53);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                     finish!(54);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |                     finish!(55);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |                     finish!(56);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                     finish!(57);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     finish!(58);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |                     finish!(59);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |                     finish!(60);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                     finish!(61);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |                     finish!(62);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     finish!(63);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                     finish!(64);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                     finish!(65);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                     finish!(66);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     finish!(67);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |                     finish!(68);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |                     finish!(69);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |                     finish!(70);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |                     finish!(71);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |                     finish!(72);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |                     finish!(73);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                     finish!(74);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     finish!(75);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |                     finish!(76);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                     finish!(77);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                     finish!(78);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |                     finish!(79);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     finish!(90);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                     finish!(91);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                     finish!(92);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |                     finish!(93);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |                     finish!(94);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                     finish!(95);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |                     finish!(96);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     finish!(97);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                     finish!(98);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |                     finish!(99);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |                     finish!(100);
[INFO] [stdout]     |                     ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling insta v1.34.0
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling tracing_dynamic v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |                 finish!(0);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |                 finish!(1);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 finish!(2);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |                 finish!(3);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                 finish!(4);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 finish!(5);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |                 finish!(6);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                 finish!(7);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                 finish!(8);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |                 finish!(9);
[INFO] [stdout]    |                 ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |                 finish!(10);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |                 finish!(11);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                 finish!(12);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                 finish!(13);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |                 finish!(14);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                 finish!(15);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |                 finish!(16);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |                 finish!(17);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 finish!(18);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |                 finish!(19);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |                 finish!(20);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |                 finish!(21);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                 finish!(22);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |                 finish!(23);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                 finish!(24);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                 finish!(25);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |                 finish!(26);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 |                 finish!(27);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 finish!(28);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |                 finish!(29);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/event_factory.rs:54:66
[INFO] [stdout]    |
[INFO] [stdout] 54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 |                 finish!(30);
[INFO] [stdout]    |                 ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |                 finish!(31);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                 finish!(32);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |                 finish!(33);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |                 finish!(34);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 finish!(35);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |                 finish!(36);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                 finish!(37);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                 finish!(38);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |                 finish!(39);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |                 finish!(40);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |                 finish!(41);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                 finish!(42);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |                 finish!(43);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |                 finish!(44);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                 finish!(45);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |                 finish!(46);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 finish!(47);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                 finish!(48);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                 finish!(49);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |                 finish!(50);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |                 finish!(51);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |                 finish!(52);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                 finish!(53);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |                 finish!(54);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 finish!(55);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                 finish!(56);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |                 finish!(57);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |                 finish!(58);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                 finish!(59);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |                 finish!(60);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |                 finish!(61);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |                 finish!(62);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                 finish!(63);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |                 finish!(64);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |                 finish!(65);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                 finish!(66);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                 finish!(67);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 finish!(68);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                 finish!(69);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 147 |                 finish!(70);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |                 finish!(71);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |                 finish!(72);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |                 finish!(73);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |                 finish!(74);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |                 finish!(75);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                 finish!(76);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                 finish!(77);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |                 finish!(78);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 finish!(79);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 finish!(90);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |                 finish!(91);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |                 finish!(92);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                 finish!(93);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                 finish!(94);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |                 finish!(95);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |                 finish!(96);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                 finish!(97);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |                 finish!(98);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |                 finish!(99);
[INFO] [stdout]     |                 ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/event_factory.rs:54:66
[INFO] [stdout]     |
[INFO] [stdout]  54 |                         let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |                 finish!(100);
[INFO] [stdout]     |                 ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                     finish!(0);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |                     finish!(1);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                     finish!(2);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |                     finish!(3);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |                     finish!(4);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                     finish!(5);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                     finish!(6);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |                     finish!(7);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |                     finish!(8);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |                     finish!(9);
[INFO] [stdout]    |                     ---------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |                     finish!(10);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                     finish!(11);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |                     finish!(12);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |                     finish!(13);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |                     finish!(14);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |                     finish!(15);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |                     finish!(16);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |                     finish!(17);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |                     finish!(18);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |                     finish!(19);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |                     finish!(20);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |                     finish!(21);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                     finish!(22);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |                     finish!(23);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |                     finish!(24);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 |                     finish!(25);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                     finish!(26);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |                     finish!(27);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |                     finish!(28);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/span_factory.rs:57:70
[INFO] [stdout]    |
[INFO] [stdout] 57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |                     finish!(29);
[INFO] [stdout]    |                     ----------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |                     finish!(30);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |                     finish!(31);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |                     finish!(32);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |                     finish!(33);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |                     finish!(34);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |                     finish!(35);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |                     finish!(36);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |                     finish!(37);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |                     finish!(38);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |                     finish!(39);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |                     finish!(40);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |                     finish!(41);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |                     finish!(42);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |                     finish!(43);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |                     finish!(44);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                     finish!(45);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |                     finish!(46);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |                     finish!(47);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |                     finish!(48);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |                     finish!(49);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |                     finish!(50);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     finish!(51);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |                     finish!(52);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |                     finish!(53);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |                     finish!(54);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |                     finish!(55);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |                     finish!(56);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |                     finish!(57);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |                     finish!(58);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |                     finish!(59);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |                     finish!(60);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |                     finish!(61);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |                     finish!(62);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |                     finish!(63);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |                     finish!(64);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |                     finish!(65);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |                     finish!(66);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     finish!(67);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |                     finish!(68);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |                     finish!(69);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |                     finish!(70);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |                     finish!(71);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |                     finish!(72);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |                     finish!(73);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |                     finish!(74);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |                     finish!(75);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |                     finish!(76);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                     finish!(77);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |                     finish!(78);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |                     finish!(79);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |                     finish!(90);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |                     finish!(91);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |                     finish!(92);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |                     finish!(93);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |                     finish!(94);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |                     finish!(95);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |                     finish!(96);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |                     finish!(97);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |                     finish!(98);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |                     finish!(99);
[INFO] [stdout]     |                     ----------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/span_factory.rs:57:70
[INFO] [stdout]     |
[INFO] [stdout]  57 |                             let values: [(&'static Field, Option<&'a (dyn Value)>); $n] =
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |                     finish!(100);
[INFO] [stdout]     |                     ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `finish` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.50s
[INFO] running `Command { std: "docker" "inspect" "929abcf09f20c93261f30798f5e27d994fb9b253d0800b8397ba706269771302", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "929abcf09f20c93261f30798f5e27d994fb9b253d0800b8397ba706269771302", kill_on_drop: false }`
[INFO] [stdout] 929abcf09f20c93261f30798f5e27d994fb9b253d0800b8397ba706269771302
