[INFO] fetching crate tinywasm-parser 0.8.0... [INFO] testing tinywasm-parser-0.8.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate tinywasm-parser 0.8.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate tinywasm-parser 0.8.0 [INFO] finished tweaking crates.io crate tinywasm-parser 0.8.0 [INFO] tweaked toml for crates.io crate tinywasm-parser 0.8.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tinywasm-parser 0.8.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 50 packages to latest compatible versions [INFO] [stderr] Adding wasmparser v0.216.1 (available: v0.240.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd5aebdde9f26d10c48b185e1bfc3dfb604c88fcce533df0dd68db6b667f4a2e [INFO] running `Command { std: "docker" "start" "-a" "fd5aebdde9f26d10c48b185e1bfc3dfb604c88fcce533df0dd68db6b667f4a2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd5aebdde9f26d10c48b185e1bfc3dfb604c88fcce533df0dd68db6b667f4a2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd5aebdde9f26d10c48b185e1bfc3dfb604c88fcce533df0dd68db6b667f4a2e", kill_on_drop: false }` [INFO] [stdout] fd5aebdde9f26d10c48b185e1bfc3dfb604c88fcce533df0dd68db6b667f4a2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edf18a856964769169d0e23a924c110dd06f02026cbb14af794a54e6af1ab340 [INFO] running `Command { std: "docker" "start" "-a" "edf18a856964769169d0e23a924c110dd06f02026cbb14af794a54e6af1ab340", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling tinywasm-types v0.8.0 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling wasmparser v0.216.1 [INFO] [stderr] Compiling tinywasm-parser v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `try_table` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `blockty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mem` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `value` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lanes` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lanes` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.23s [INFO] running `Command { std: "docker" "inspect" "edf18a856964769169d0e23a924c110dd06f02026cbb14af794a54e6af1ab340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edf18a856964769169d0e23a924c110dd06f02026cbb14af794a54e6af1ab340", kill_on_drop: false }` [INFO] [stdout] edf18a856964769169d0e23a924c110dd06f02026cbb14af794a54e6af1ab340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 460cb7596a9720d411513498b54b455c94daaa8b2d8e902c72abf1c4ab9b62f4 [INFO] running `Command { std: "docker" "start" "-a" "460cb7596a9720d411513498b54b455c94daaa8b2d8e902c72abf1c4ab9b62f4", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `try_table` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `blockty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mem` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ordering` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memarg` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `value` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lanes` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lanes` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lane` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] help: `lane` is captured in macro and introduced a unused variable [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinywasm-parser v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `try_table` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `blockty` [INFO] [stdout] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_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] --> src/visit.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | fn $visit(&mut self $($(,$arg: $argty)*)?) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 136 | wasmparser::for_each_operator!(impl_visit_operator); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_visit_operator` which comes from the expansion of the macro `wasmparser::for_each_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [WARN] too many lines in the log, truncating it