[INFO] crate whasm 0.1.1 is already in cache [INFO] checking whasm-0.1.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate whasm 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate whasm 0.1.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate whasm 0.1.1 [INFO] finished tweaking crates.io crate whasm 0.1.1 [INFO] tweaked toml for crates.io crate whasm 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6cd586d5ae18629af14a598e1135ddf7ed31614d7f6308669be13124d3a43c6c [INFO] running `"docker" "start" "-a" "6cd586d5ae18629af14a598e1135ddf7ed31614d7f6308669be13124d3a43c6c"` [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling proc-macro-error v0.4.8 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.8 [INFO] [stderr] Compiling err-derive v0.2.2 [INFO] [stderr] Compiling whasm-grammar-derive v0.1.1 [INFO] [stderr] Checking whasm v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | first: u32, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct TypeIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:337:9 [INFO] [stderr] | [INFO] [stderr] 337 | second: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:352:9 [INFO] [stderr] | [INFO] [stderr] 352 | / #[matching(42)] [INFO] [stderr] 353 | | data: u32, [INFO] [stderr] | |_________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:375:9 [INFO] [stderr] | [INFO] [stderr] 375 | data: u32, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:402:25 [INFO] [stderr] | [INFO] [stderr] 402 | struct TupleStruct (u32, String); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct FuncIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:402:30 [INFO] [stderr] | [INFO] [stderr] 402 | struct TupleStruct (u32, String); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct TableIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:413:41 [INFO] [stderr] | [INFO] [stderr] 413 | #[discriminant(0x11..=0x21)] V1(u8), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | pub struct MemIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | pub struct GlobalIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct LocalIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:414:34 [INFO] [stderr] | [INFO] [stderr] 414 | #[discriminant(0x22)] V2(u8), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | pub struct LabelIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:434:34 [INFO] [stderr] | [INFO] [stderr] 434 | #[discriminant(0x11)] V1(u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | #[discriminant(0x02)] Block(BlockInstr), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:435:34 [INFO] [stderr] | [INFO] [stderr] 435 | #[discriminant(0x22)] V2(u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:9:32 [INFO] [stderr] | [INFO] [stderr] 9 | #[discriminant(0x03)] Loop(BlockInstr), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:461:34 [INFO] [stderr] | [INFO] [stderr] 461 | #[discriminant(0x33)] V1(u8), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:10:30 [INFO] [stderr] | [INFO] [stderr] 10 | #[discriminant(0x04)] If(IfInstr), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | #[discriminant(0x0C)] Br(LabelIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:462:34 [INFO] [stderr] | [INFO] [stderr] 462 | #[discriminant(0x44)] V2(u8), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/core/derive.rs:463:23 [INFO] [stderr] | [INFO] [stderr] 463 | #[forward] V3(Enum), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | #[discriminant(0x0D)] BrIf(LabelIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:16:35 [INFO] [stderr] | [INFO] [stderr] 16 | #[discriminant(0x0E)] BrTable(Vec, LabelIdx), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:16:50 [INFO] [stderr] | [INFO] [stderr] 16 | #[discriminant(0x0E)] BrTable(Vec, LabelIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | #[discriminant(0x10)] Call(FuncIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | #[discriminant(0x11)] CallIndirect(FuncIdx, TableIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:19:49 [INFO] [stderr] | [INFO] [stderr] 19 | #[discriminant(0x11)] CallIndirect(FuncIdx, TableIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:24:36 [INFO] [stderr] | [INFO] [stderr] 24 | #[discriminant(0x20)] LocalGet(LocalIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:25:36 [INFO] [stderr] | [INFO] [stderr] 25 | #[discriminant(0x21)] LocalSet(LocalIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:26:36 [INFO] [stderr] | [INFO] [stderr] 26 | #[discriminant(0x22)] LocalTee(LocalIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | #[discriminant(0x23)] GlobalGet(GlobalIdx), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:28:37 [INFO] [stderr] | [INFO] [stderr] 28 | #[discriminant(0x24)] GlobalSet(GlobalIdx), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:30:39 [INFO] [stderr] | [INFO] [stderr] 30 | #[discriminant(0x28..=0x35)] Load(MemArg), // Overloaded, should distinguish cases [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:31:40 [INFO] [stderr] | [INFO] [stderr] 31 | #[discriminant(0x36..=0x3E)] Store(MemArg), // Overloaded, should distinguish cases [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[discriminant(0x3F)] MemSize(MemIdx), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | #[discriminant(0x40)] MemGrow(MemIdx), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:34:36 [INFO] [stderr] | [INFO] [stderr] 34 | #[discriminant(0x41)] ConstI32(i32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:35:36 [INFO] [stderr] | [INFO] [stderr] 35 | #[discriminant(0x42)] ConstI64(i64), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:36:36 [INFO] [stderr] | [INFO] [stderr] 36 | #[discriminant(0x43)] ConstF32(f32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | #[discriminant(0x44)] ConstF64(f64), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct TypeIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct FuncIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct TableIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | pub struct MemIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | pub struct GlobalIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct LocalIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/idx.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | pub struct LabelIdx(u32); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | #[discriminant(0x02)] Block(BlockInstr), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:9:32 [INFO] [stderr] | [INFO] [stderr] 9 | #[discriminant(0x03)] Loop(BlockInstr), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | pub align: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:10:30 [INFO] [stderr] | [INFO] [stderr] 10 | #[discriminant(0x04)] If(IfInstr), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | #[discriminant(0x0C)] Br(LabelIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | pub offset: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | #[discriminant(0x0D)] BrIf(LabelIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | pub ty: BlockType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:16:35 [INFO] [stderr] | [INFO] [stderr] 16 | #[discriminant(0x0E)] BrTable(Vec, LabelIdx), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | pub instr: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/module.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / #[matching(magic if magic == ['\0', 'a', 's', 'm'])] [INFO] [stderr] 7 | | pub magic: [Byte; 4], [INFO] [stderr] | |________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:16:50 [INFO] [stderr] | [INFO] [stderr] 16 | #[discriminant(0x0E)] BrTable(Vec, LabelIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/module.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / #[matching(ver if ver == [1, 0, 0, 0])] [INFO] [stderr] 10 | | pub version: [Byte; 4], [INFO] [stderr] | |__________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/module.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub sections: List
, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | #[discriminant(0x00)] Custom (CustomSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | #[discriminant(0x01)] Type (TypeSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:9:35 [INFO] [stderr] | [INFO] [stderr] 9 | #[discriminant(0x02)] Import (ImportSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:10:37 [INFO] [stderr] | [INFO] [stderr] 10 | #[discriminant(0x03)] Function (FuncSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | #[discriminant(0x04)] Table (TableSection), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | #[discriminant(0x05)] Memory (MemorySection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[discriminant(0x06)] Global (GlobalSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | #[discriminant(0x10)] Call(FuncIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | #[discriminant(0x07)] Export (ExportSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:15:34 [INFO] [stderr] | [INFO] [stderr] 15 | #[discriminant(0x08)] Start (StartSection), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | #[discriminant(0x09)] Element (ElementSection), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | #[discriminant(0x11)] CallIndirect(FuncIdx, TableIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:19:49 [INFO] [stderr] | [INFO] [stderr] 19 | #[discriminant(0x11)] CallIndirect(FuncIdx, TableIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:24:36 [INFO] [stderr] | [INFO] [stderr] 24 | #[discriminant(0x20)] LocalGet(LocalIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | #[discriminant(0x0A)] Code (CodeSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | #[discriminant(0x0B)] Data (DataSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:25:36 [INFO] [stderr] | [INFO] [stderr] 25 | #[discriminant(0x21)] LocalSet(LocalIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:26:36 [INFO] [stderr] | [INFO] [stderr] 26 | #[discriminant(0x22)] LocalTee(LocalIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | #[discriminant(0x23)] GlobalGet(GlobalIdx), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:28:37 [INFO] [stderr] | [INFO] [stderr] 28 | #[discriminant(0x24)] GlobalSet(GlobalIdx), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:30:39 [INFO] [stderr] | [INFO] [stderr] 30 | #[discriminant(0x28..=0x35)] Load(MemArg), // Overloaded, should distinguish cases [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub payload: List, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:31:40 [INFO] [stderr] | [INFO] [stderr] 31 | #[discriminant(0x36..=0x3E)] Store(MemArg), // Overloaded, should distinguish cases [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | pub types: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | #[discriminant(0x3F)] MemSize(MemIdx), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | pub imports: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | pub module: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | #[discriminant(0x40)] MemGrow(MemIdx), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:34:36 [INFO] [stderr] | [INFO] [stderr] 34 | #[discriminant(0x41)] ConstI32(i32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:35:36 [INFO] [stderr] | [INFO] [stderr] 35 | #[discriminant(0x42)] ConstI64(i64), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:36:36 [INFO] [stderr] | [INFO] [stderr] 36 | #[discriminant(0x43)] ConstF32(f32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | #[discriminant(0x44)] ConstF64(f64), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | pub align: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | pub name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | pub desc: ImportDesc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | #[discriminant(0x00)] Func(TypeIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:55:33 [INFO] [stderr] | [INFO] [stderr] 55 | #[discriminant(0x01)] Table(TableType), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | #[discriminant(0x02)] Mem(MemType), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:57:34 [INFO] [stderr] | [INFO] [stderr] 57 | #[discriminant(0x03)] Global(GlobalType), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | pub funcs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | pub offset: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub tables: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | pub ty: BlockType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | pub ty: TableType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/instr.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | pub instr: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/module.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / #[matching(magic if magic == ['\0', 'a', 's', 'm'])] [INFO] [stderr] 7 | | pub magic: [Byte; 4], [INFO] [stderr] | |________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/module.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / #[matching(ver if ver == [1, 0, 0, 0])] [INFO] [stderr] 10 | | pub version: [Byte; 4], [INFO] [stderr] | |__________________________^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/module.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub sections: List
, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | pub mems: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | #[discriminant(0x00)] Custom (CustomSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | pub ty: MemType, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | pub globals: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | pub ty: GlobalType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:93:5 [INFO] [stderr] | [INFO] [stderr] 93 | pub init: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | #[discriminant(0x01)] Type (TypeSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub exports: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:9:35 [INFO] [stderr] | [INFO] [stderr] 9 | #[discriminant(0x02)] Import (ImportSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | pub name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:10:37 [INFO] [stderr] | [INFO] [stderr] 10 | #[discriminant(0x03)] Function (FuncSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | pub desc: ExportDesc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | #[discriminant(0x04)] Table (TableSection), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:109:32 [INFO] [stderr] | [INFO] [stderr] 109 | #[discriminant(0x00)] Func(TypeIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | #[discriminant(0x05)] Memory (MemorySection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:110:33 [INFO] [stderr] | [INFO] [stderr] 110 | #[discriminant(0x01)] Table(TableIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | #[discriminant(0x06)] Global (GlobalSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:111:31 [INFO] [stderr] | [INFO] [stderr] 111 | #[discriminant(0x02)] Mem(MemIdx), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | #[discriminant(0x07)] Export (ExportSection), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:112:34 [INFO] [stderr] | [INFO] [stderr] 112 | #[discriminant(0x03)] Global(GlobalIdx), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:15:34 [INFO] [stderr] | [INFO] [stderr] 15 | #[discriminant(0x08)] Start (StartSection), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:117:5 [INFO] [stderr] | [INFO] [stderr] 117 | pub start: FuncIdx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | pub elem: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | #[discriminant(0x09)] Element (ElementSection), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub table: TableIdx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | #[discriminant(0x0A)] Code (CodeSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | pub offset: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | #[discriminant(0x0B)] Data (DataSection), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | pub init: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | pub funcs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub payload: List, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | pub locals: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | pub types: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | pub code: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | pub imports: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | pub n: u32, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | pub module: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | pub ty: ValType, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | pub name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:152:5 [INFO] [stderr] | [INFO] [stderr] 152 | pub data: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub data: MemIdx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | pub desc: ImportDesc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | pub offset: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | #[discriminant(0x00)] Func(TypeIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | pub init: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | #[forward] Value(ValType), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:55:33 [INFO] [stderr] | [INFO] [stderr] 55 | #[discriminant(0x01)] Table(TableType), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | #[discriminant(0x02)] Mem(MemType), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | params: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:57:34 [INFO] [stderr] | [INFO] [stderr] 57 | #[discriminant(0x03)] Global(GlobalType), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | results: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | pub funcs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | #[discriminant(0x00)] Min(u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub tables: Vec
, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | pub ty: TableType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:29:34 [INFO] [stderr] | [INFO] [stderr] 29 | #[discriminant(0x01)] MinMax(u32,u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | pub mems: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | #[discriminant(0x01)] MinMax(u32,u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | pub ty: MemType, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub lim: Limits, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | pub globals: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | pub et: ElemType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | pub ty: GlobalType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | pub lim: Limits, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:93:5 [INFO] [stderr] | [INFO] [stderr] 93 | pub init: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | pub t: ValType, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub exports: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub m: Mut, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 103 | pub name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | pub desc: ExportDesc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:109:32 [INFO] [stderr] | [INFO] [stderr] 109 | #[discriminant(0x00)] Func(TypeIdx), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:110:33 [INFO] [stderr] | [INFO] [stderr] 110 | #[discriminant(0x01)] Table(TableIdx), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:111:31 [INFO] [stderr] | [INFO] [stderr] 111 | #[discriminant(0x02)] Mem(MemIdx), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:112:34 [INFO] [stderr] | [INFO] [stderr] 112 | #[discriminant(0x03)] Global(GlobalIdx), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:117:5 [INFO] [stderr] | [INFO] [stderr] 117 | pub start: FuncIdx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | pub elem: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub table: TableIdx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | pub offset: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | pub init: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | pub funcs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | pub locals: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | pub code: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | pub n: u32, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | pub ty: ValType, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:152:5 [INFO] [stderr] | [INFO] [stderr] 152 | pub data: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub data: MemIdx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | pub offset: Expression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/section.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | pub init: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | #[forward] Value(ValType), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | params: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | results: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | #[discriminant(0x00)] Min(u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:29:34 [INFO] [stderr] | [INFO] [stderr] 29 | #[discriminant(0x01)] MinMax(u32,u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | #[discriminant(0x01)] MinMax(u32,u32), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub lim: Limits, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | pub et: ElemType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | pub lim: Limits, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | pub t: ValType, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `iter` in this scope [INFO] [stderr] --> src/grammar/ty.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub m: Mut, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 100 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `whasm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 113 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `whasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6cd586d5ae18629af14a598e1135ddf7ed31614d7f6308669be13124d3a43c6c"` [INFO] running `"docker" "rm" "-f" "6cd586d5ae18629af14a598e1135ddf7ed31614d7f6308669be13124d3a43c6c"` [INFO] [stdout] 6cd586d5ae18629af14a598e1135ddf7ed31614d7f6308669be13124d3a43c6c