[INFO] fetching crate jacques_a_dit 0.1.0... [INFO] checking jacques_a_dit-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate jacques_a_dit 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate jacques_a_dit 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate jacques_a_dit 0.1.0 [INFO] finished tweaking crates.io crate jacques_a_dit 0.1.0 [INFO] tweaked toml for crates.io crate jacques_a_dit 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8baefa249529a6f69882b0e9a050b38ff1df7955106a8ac1b3bdded852ab1c3e [INFO] running `Command { std: "docker" "start" "-a" "8baefa249529a6f69882b0e9a050b38ff1df7955106a8ac1b3bdded852ab1c3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8baefa249529a6f69882b0e9a050b38ff1df7955106a8ac1b3bdded852ab1c3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8baefa249529a6f69882b0e9a050b38ff1df7955106a8ac1b3bdded852ab1c3e", kill_on_drop: false }` [INFO] [stdout] 8baefa249529a6f69882b0e9a050b38ff1df7955106a8ac1b3bdded852ab1c3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ec4c695b3aacc7d7a0baa5552e05a14698ae16ec2b7c3c761505e43316724dfa [INFO] running `Command { std: "docker" "start" "-a" "ec4c695b3aacc7d7a0baa5552e05a14698ae16ec2b7c3c761505e43316724dfa", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking wasm-gen v0.1.3 [INFO] [stderr] Checking jacques_a_dit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | FuncCode::new1(wasm_gen::LOCAL_GET, string_left_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 35 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | FuncCode::new1(wasm_gen::LOCAL_GET, string_left_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 35 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:36:44 [INFO] [stdout] | [INFO] [stdout] 36 | FuncCode::new1(wasm_gen::CALL, get_length as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:39:49 [INFO] [stdout] | [INFO] [stdout] 39 | FuncCode::new1(wasm_gen::LOCAL_GET, string_right_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 39 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:36:44 [INFO] [stdout] | [INFO] [stdout] 36 | FuncCode::new1(wasm_gen::CALL, get_length as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:40:44 [INFO] [stdout] | [INFO] [stdout] 40 | FuncCode::new1(wasm_gen::CALL, get_length as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:39:49 [INFO] [stdout] | [INFO] [stdout] 39 | FuncCode::new1(wasm_gen::LOCAL_GET, string_right_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 39 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:41:49 [INFO] [stdout] | [INFO] [stdout] 41 | FuncCode::new1(wasm_gen::LOCAL_TEE, string_length), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:40:44 [INFO] [stdout] | [INFO] [stdout] 40 | FuncCode::new1(wasm_gen::CALL, get_length as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | FuncCode::new1(wasm_gen::LOCAL_SET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:41:49 [INFO] [stdout] | [INFO] [stdout] 41 | FuncCode::new1(wasm_gen::LOCAL_TEE, string_length), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::BLOCK, wasm_gen::NONE), [INFO] [stdout] | ^^^^^^^^^^^^^^ expected enum `Imm`, found `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | FuncCode::new1(wasm_gen::LOCAL_SET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new1(wasm_gen::LOOP, wasm_gen::NONE), [INFO] [stdout] | ^^^^^^^^^^^^^^ expected enum `Imm`, found `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::BLOCK, wasm_gen::NONE), [INFO] [stdout] | ^^^^^^^^^^^^^^ expected enum `Imm`, found `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_GET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:50:49 [INFO] [stdout] | [INFO] [stdout] 50 | FuncCode::new1(wasm_gen::BR_IF, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 50 | FuncCode::new1(wasm_gen::BR_IF, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 50 | FuncCode::new1(wasm_gen::BR_IF, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new1(wasm_gen::LOOP, wasm_gen::NONE), [INFO] [stdout] | ^^^^^^^^^^^^^^ expected enum `Imm`, found `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:53:53 [INFO] [stdout] | [INFO] [stdout] 53 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_GET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:54:53 [INFO] [stdout] | [INFO] [stdout] 54 | FuncCode::new1(wasm_gen::I32_CONST, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 54 | FuncCode::new1(wasm_gen::I32_CONST, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 54 | FuncCode::new1(wasm_gen::I32_CONST, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:56:53 [INFO] [stdout] | [INFO] [stdout] 56 | FuncCode::new1(wasm_gen::LOCAL_GET, string_length), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:50:49 [INFO] [stdout] | [INFO] [stdout] 50 | FuncCode::new1(wasm_gen::BR_IF, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 50 | FuncCode::new1(wasm_gen::BR_IF, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 50 | FuncCode::new1(wasm_gen::BR_IF, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:58:49 [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::BR_IF, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::BR_IF, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::BR_IF, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:53:53 [INFO] [stdout] | [INFO] [stdout] 53 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:54:53 [INFO] [stdout] | [INFO] [stdout] 54 | FuncCode::new1(wasm_gen::I32_CONST, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 54 | FuncCode::new1(wasm_gen::I32_CONST, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 54 | FuncCode::new1(wasm_gen::I32_CONST, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | FuncCode::new1(wasm_gen::LOCAL_GET, string_left_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 61 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 61 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:56:53 [INFO] [stdout] | [INFO] [stdout] 56 | FuncCode::new1(wasm_gen::LOCAL_GET, string_length), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:62:53 [INFO] [stdout] | [INFO] [stdout] 62 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:58:49 [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::BR_IF, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::BR_IF, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::BR_IF, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:63:48 [INFO] [stdout] | [INFO] [stdout] 63 | FuncCode::new1(wasm_gen::CALL, char_code_at as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:61:53 [INFO] [stdout] | [INFO] [stdout] 61 | FuncCode::new1(wasm_gen::LOCAL_GET, string_left_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 61 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 61 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_left_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:66:53 [INFO] [stdout] | [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, string_right_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:62:53 [INFO] [stdout] | [INFO] [stdout] 62 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:67:53 [INFO] [stdout] | [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:63:48 [INFO] [stdout] | [INFO] [stdout] 63 | FuncCode::new1(wasm_gen::CALL, char_code_at as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:68:48 [INFO] [stdout] | [INFO] [stdout] 68 | FuncCode::new1(wasm_gen::CALL, char_code_at as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:66:53 [INFO] [stdout] | [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, string_right_ptr), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(string_right_ptr)), // pointer [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:72:53 [INFO] [stdout] | [INFO] [stdout] 72 | FuncCode::new1(wasm_gen::LOCAL_SET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:67:53 [INFO] [stdout] | [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:68:48 [INFO] [stdout] | [INFO] [stdout] 68 | FuncCode::new1(wasm_gen::CALL, char_code_at as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | FuncCode::new1(wasm_gen::LOCAL_GET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:72:53 [INFO] [stdout] | [INFO] [stdout] 72 | FuncCode::new1(wasm_gen::LOCAL_SET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:76:49 [INFO] [stdout] | [INFO] [stdout] 76 | FuncCode::new1(wasm_gen::BR_IF, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 76 | FuncCode::new1(wasm_gen::BR_IF, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 76 | FuncCode::new1(wasm_gen::BR_IF, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | FuncCode::new1(wasm_gen::LOCAL_GET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:76:49 [INFO] [stdout] | [INFO] [stdout] 76 | FuncCode::new1(wasm_gen::BR_IF, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 76 | FuncCode::new1(wasm_gen::BR_IF, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 76 | FuncCode::new1(wasm_gen::BR_IF, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:79:53 [INFO] [stdout] | [INFO] [stdout] 79 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:79:53 [INFO] [stdout] | [INFO] [stdout] 79 | FuncCode::new1(wasm_gen::LOCAL_GET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:80:53 [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::I32_CONST, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::I32_CONST, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::I32_CONST, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:80:53 [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::I32_CONST, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::I32_CONST, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::I32_CONST, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_SET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_SET, cursor), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:84:46 [INFO] [stdout] | [INFO] [stdout] 84 | FuncCode::new1(wasm_gen::BR, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 84 | FuncCode::new1(wasm_gen::BR, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 84 | FuncCode::new1(wasm_gen::BR, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:84:46 [INFO] [stdout] | [INFO] [stdout] 84 | FuncCode::new1(wasm_gen::BR, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 84 | FuncCode::new1(wasm_gen::BR, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 84 | FuncCode::new1(wasm_gen::BR, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:89:49 [INFO] [stdout] | [INFO] [stdout] 89 | FuncCode::new1(wasm_gen::LOCAL_GET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:89:49 [INFO] [stdout] | [INFO] [stdout] 89 | FuncCode::new1(wasm_gen::LOCAL_GET, result), [INFO] [stdout] | ^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:105:49 [INFO] [stdout] | [INFO] [stdout] 105 | FuncCode::new1(wasm_gen::I32_CONST, offset as u64), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/mod.rs:105:49 [INFO] [stdout] | [INFO] [stdout] 105 | FuncCode::new1(wasm_gen::I32_CONST, offset as u64), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:23:49 [INFO] [stdout] | [INFO] [stdout] 23 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), // load base ptr [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 23 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), // load base ptr [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 23 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), // load base ptr [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:23:49 [INFO] [stdout] | [INFO] [stdout] 23 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), // load base ptr [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 23 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), // load base ptr [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 23 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), // load base ptr [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:26:49 [INFO] [stdout] | [INFO] [stdout] 26 | FuncCode::new1(wasm_gen::I32_CONST, heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:26:49 [INFO] [stdout] | [INFO] [stdout] 26 | FuncCode::new1(wasm_gen::I32_CONST, heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:29:48 [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, I64(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, I32(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:29:48 [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, I64(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, I32(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 48 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 48 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:51:49 [INFO] [stdout] | [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::I32_CONST, 0x4 + heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 29 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:55:49 [INFO] [stdout] | [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:59:51 [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 48 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 48 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:59:56 [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:51:49 [INFO] [stdout] | [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::I32_CONST, 0x4 + heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:80:49 [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:83:49 [INFO] [stdout] | [INFO] [stdout] 83 | FuncCode::new1(wasm_gen::I32_CONST, 0x4 + heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::LOCAL_GET, at), [INFO] [stdout] | ^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(at)), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(at)), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:55:49 [INFO] [stdout] | [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x1), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x1)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:59:51 [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:91:49 [INFO] [stdout] | [INFO] [stdout] 91 | FuncCode::new1(wasm_gen::LOCAL_GET, c), [INFO] [stdout] | ^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 91 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(c)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 91 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(c)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:59:56 [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 59 | FuncCode::new2(wasm_gen::I32_LOAD8_U, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:92:50 [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:80:49 [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:92:55 [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:83:49 [INFO] [stdout] | [INFO] [stdout] 83 | FuncCode::new1(wasm_gen::I32_CONST, 0x4 + heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::LOCAL_GET, at), [INFO] [stdout] | ^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(at)), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(at)), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, I64(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, I32(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:91:49 [INFO] [stdout] | [INFO] [stdout] 91 | FuncCode::new1(wasm_gen::LOCAL_GET, c), [INFO] [stdout] | ^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 91 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(c)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 91 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(c)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:92:50 [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::LOCAL_GET, value), [INFO] [stdout] | ^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(value)), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(value)), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/string.rs:92:55 [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 92 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, I64(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, I32(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, I64(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, I32(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 21 | FuncCode::new2(wasm_gen::I32_LOAD, 0x2, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:66:45 [INFO] [stdout] | [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, field_number), [INFO] [stdout] | ^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::LOCAL_GET, value), [INFO] [stdout] | ^^^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(value)), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(value)), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:67:45 [INFO] [stdout] | [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::I32_CONST, 4), [INFO] [stdout] | ^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::I32_CONST, I64(4)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::I32_CONST, I32(4)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, I64(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, I32(0x2), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:70:45 [INFO] [stdout] | [INFO] [stdout] 70 | FuncCode::new1(wasm_gen::I32_CONST, base as u64 + heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 47 | FuncCode::new2(wasm_gen::I32_STORE, 0x2, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | FuncCode::new1(wasm_gen::GLOBAL_GET, heap_ptr_global as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:66:45 [INFO] [stdout] | [INFO] [stdout] 66 | FuncCode::new1(wasm_gen::LOCAL_GET, field_number), [INFO] [stdout] | ^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:67:45 [INFO] [stdout] | [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::I32_CONST, 4), [INFO] [stdout] | ^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::I32_CONST, I64(4)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 67 | FuncCode::new1(wasm_gen::I32_CONST, I32(4)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::GLOBAL_GET, heap_ptr_global as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/table.rs:70:45 [INFO] [stdout] | [INFO] [stdout] 70 | FuncCode::new1(wasm_gen::I32_CONST, base as u64 + heap::HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:49:49 [INFO] [stdout] | [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_TEE, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_TEE, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_TEE, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | FuncCode::new1(wasm_gen::GLOBAL_GET, heap_ptr_global as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:51:49 [INFO] [stdout] | [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), // size [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), // size [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), // size [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | FuncCode::new1(wasm_gen::GLOBAL_GET, heap_ptr_global as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:55:50 [INFO] [stdout] | [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::GLOBAL_SET, heap_ptr_global as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:49:49 [INFO] [stdout] | [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_TEE, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_TEE, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 49 | FuncCode::new1(wasm_gen::LOCAL_TEE, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:58:49 [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::LOCAL_GET, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:51:49 [INFO] [stdout] | [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), // size [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), // size [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 51 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), // size [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:55:50 [INFO] [stdout] | [INFO] [stdout] 55 | FuncCode::new1(wasm_gen::GLOBAL_SET, heap_ptr_global as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:58:49 [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::LOCAL_GET, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 58 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:82:49 [INFO] [stdout] | [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:82:49 [INFO] [stdout] | [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 82 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:83:49 [INFO] [stdout] | [INFO] [stdout] 83 | FuncCode::new1(wasm_gen::I32_CONST, HEADER_SIZE as u64), // tag [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:83:49 [INFO] [stdout] | [INFO] [stdout] 83 | FuncCode::new1(wasm_gen::I32_CONST, HEADER_SIZE as u64), // tag [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:85:49 [INFO] [stdout] | [INFO] [stdout] 85 | FuncCode::new1(wasm_gen::I32_CONST, 4), // string size [INFO] [stdout] | ^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 85 | FuncCode::new1(wasm_gen::I32_CONST, I64(4)), // string size [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 85 | FuncCode::new1(wasm_gen::I32_CONST, I32(4)), // string size [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:85:49 [INFO] [stdout] | [INFO] [stdout] 85 | FuncCode::new1(wasm_gen::I32_CONST, 4), // string size [INFO] [stdout] | ^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 85 | FuncCode::new1(wasm_gen::I32_CONST, I64(4)), // string size [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 85 | FuncCode::new1(wasm_gen::I32_CONST, I32(4)), // string size [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:87:44 [INFO] [stdout] | [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::CALL, malloc as u64), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:87:44 [INFO] [stdout] | [INFO] [stdout] 87 | FuncCode::new1(wasm_gen::CALL, malloc as u64), [INFO] [stdout] | ^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:90:49 [INFO] [stdout] | [INFO] [stdout] 90 | FuncCode::new1(wasm_gen::LOCAL_TEE, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 90 | FuncCode::new1(wasm_gen::LOCAL_TEE, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 90 | FuncCode::new1(wasm_gen::LOCAL_TEE, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:90:49 [INFO] [stdout] | [INFO] [stdout] 90 | FuncCode::new1(wasm_gen::LOCAL_TEE, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 90 | FuncCode::new1(wasm_gen::LOCAL_TEE, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 90 | FuncCode::new1(wasm_gen::LOCAL_TEE, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:93:49 [INFO] [stdout] | [INFO] [stdout] 93 | FuncCode::new1(wasm_gen::I32_CONST, Types::String as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:93:49 [INFO] [stdout] | [INFO] [stdout] 93 | FuncCode::new1(wasm_gen::I32_CONST, Types::String as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:94:50 [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:94:50 [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:94:55 [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:94:55 [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 94 | FuncCode::new2(wasm_gen::I32_STORE8, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:97:49 [INFO] [stdout] | [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::LOCAL_GET, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:97:49 [INFO] [stdout] | [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::LOCAL_GET, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:98:49 [INFO] [stdout] | [INFO] [stdout] 98 | FuncCode::new1(wasm_gen::I32_CONST, HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:98:49 [INFO] [stdout] | [INFO] [stdout] 98 | FuncCode::new1(wasm_gen::I32_CONST, HEADER_SIZE as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:100:49 [INFO] [stdout] | [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:100:49 [INFO] [stdout] | [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::LOCAL_GET, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:101:49 [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:101:49 [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, I64(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, I32(0x0), 0x0), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:101:54 [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:101:54 [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, 0x0), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, I64(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 101 | FuncCode::new2(wasm_gen::I32_STORE, 0x0, I32(0x0)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:104:49 [INFO] [stdout] | [INFO] [stdout] 104 | FuncCode::new1(wasm_gen::LOCAL_GET, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 104 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 104 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/wasm_runtime/heap.rs:104:49 [INFO] [stdout] | [INFO] [stdout] 104 | FuncCode::new1(wasm_gen::LOCAL_GET, ptr), [INFO] [stdout] | ^^^ expected enum `Imm`, found integer [INFO] [stdout] | [INFO] [stdout] help: try using a variant of the expected enum [INFO] [stdout] | [INFO] [stdout] 104 | FuncCode::new1(wasm_gen::LOCAL_GET, I64(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 104 | FuncCode::new1(wasm_gen::LOCAL_GET, I32(ptr)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | ... get_table_index_from_value(fields, rule.left)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | ... get_table_index_from_value(fields, rule.left)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new1(wasm_gen::CALL, runtime_table_get as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | FuncCode::new1(wasm_gen::CALL, runtime_table_get as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:97:49 [INFO] [stdout] | [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::I32_CONST, rule_right_data_offset as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:97:49 [INFO] [stdout] | [INFO] [stdout] 97 | FuncCode::new1(wasm_gen::I32_CONST, rule_right_data_offset as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::CALL, runtime_eq_bytes as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/compiler.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | FuncCode::new1(wasm_gen::CALL, runtime_eq_bytes as u64), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected enum `Imm`, found `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 76 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 76 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `jacques_a_dit` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ec4c695b3aacc7d7a0baa5552e05a14698ae16ec2b7c3c761505e43316724dfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4c695b3aacc7d7a0baa5552e05a14698ae16ec2b7c3c761505e43316724dfa", kill_on_drop: false }` [INFO] [stdout] ec4c695b3aacc7d7a0baa5552e05a14698ae16ec2b7c3c761505e43316724dfa