[INFO] cloning repository https://github.com/explodingcamera/tinywasm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/explodingcamera/tinywasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexplodingcamera%2Ftinywasm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexplodingcamera%2Ftinywasm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e58e9846fe613f34e72d040463be5ab7e191e8b
[INFO] testing explodingcamera/tinywasm against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexplodingcamera%2Ftinywasm" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/explodingcamera/tinywasm
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/explodingcamera/tinywasm
[INFO] tweaked toml for git repo https://github.com/explodingcamera/tinywasm written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/explodingcamera/tinywasm on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/explodingcamera/tinywasm 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4bfa76d50fc4678ad6cbc8cda35165920b778cb4efce4e0d4a211650066e46fc
[INFO] running `Command { std: "docker" "start" "-a" "4bfa76d50fc4678ad6cbc8cda35165920b778cb4efce4e0d4a211650066e46fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bfa76d50fc4678ad6cbc8cda35165920b778cb4efce4e0d4a211650066e46fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bfa76d50fc4678ad6cbc8cda35165920b778cb4efce4e0d4a211650066e46fc", kill_on_drop: false }`
[INFO] [stdout] 4bfa76d50fc4678ad6cbc8cda35165920b778cb4efce4e0d4a211650066e46fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 394e72f90c5de715821168f2e0c6ad5d881440adfe203ca7487d344c3f7dc58c
[INFO] running `Command { std: "docker" "start" "-a" "394e72f90c5de715821168f2e0c6ad5d881440adfe203ca7487d344c3f7dc58c", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling wasmparser v0.239.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling tinywasm-types v0.9.0-alpha.0 (/opt/rustwide/workdir/crates/types)
[INFO] [stderr]    Compiling tinywasm-parser v0.9.0-alpha.0 (/opt/rustwide/workdir/crates/parser)
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_size`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_size` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_data_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_data_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_elem_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_elem_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index_dst`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index_dst` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index_src`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index_src` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_data_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_data_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_elem_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_elem_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `from_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `to_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `from_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `to_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mem`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `mem` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `try_table`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `try_table` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blockty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `blockty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `argument_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `argument_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `result_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resume_table`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `resume_table` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resume_table`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `resume_table` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinywasm v0.9.0-alpha.0 (/opt/rustwide/workdir/crates/tinywasm)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.38s
[INFO] running `Command { std: "docker" "inspect" "394e72f90c5de715821168f2e0c6ad5d881440adfe203ca7487d344c3f7dc58c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "394e72f90c5de715821168f2e0c6ad5d881440adfe203ca7487d344c3f7dc58c", kill_on_drop: false }`
[INFO] [stdout] 394e72f90c5de715821168f2e0c6ad5d881440adfe203ca7487d344c3f7dc58c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e0f6509a1b369697956e14f8f8716fceb42b20f5e1a638320ba1d40f778db50
[INFO] running `Command { std: "docker" "start" "-a" "8e0f6509a1b369697956e14f8f8716fceb42b20f5e1a638320ba1d40f778db50", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling wasm-encoder v0.239.0
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tinywasm-types v0.9.0-alpha.0 (/opt/rustwide/workdir/crates/types)
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling wast v239.0.0
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling tinywasm-parser v0.9.0-alpha.0 (/opt/rustwide/workdir/crates/parser)
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_size`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_size` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_data_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_data_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_elem_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_elem_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index_dst`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index_dst` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index_src`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index_src` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_data_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_data_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_elem_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_elem_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `from_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `to_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `from_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `to_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mem`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `mem` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `try_table`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `try_table` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `blockty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `blockty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `global_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `global_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `table_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ordering`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `ordering` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `argument_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `argument_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `result_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resume_table`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `resume_table` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resume_table`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `resume_table` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cont_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `cont_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tag_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `tag_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `struct_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `struct_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `field_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_size`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_size` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_data_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_data_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_elem_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_elem_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index_dst`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index_dst` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index_src`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index_src` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_data_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_data_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_type_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_type_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_elem_index`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `array_elem_index` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hty`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `hty` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `from_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `to_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_depth`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `relative_depth` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `from_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to_ref_type`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `to_ref_type` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mem`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `mem` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] help: `memarg` is captured in macro and introduced a unused variable
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     wasmparser::for_each_visit_operator!(impl_visit_operator);
[INFO] [stdout]     |     --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_visit_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memarg`
[INFO] [stdout]    --> crates/parser/src/visit.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |         fn $visit(&mut self $($(,$arg: $argty)*)?) {
[INFO] [stdout]     |                                  ^^^^
[WARN] too many lines in the log, truncating it
