[INFO] cloning repository https://github.com/frublox/gbemu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frublox/gbemu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrublox%2Fgbemu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrublox%2Fgbemu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d54f2f94d9d985be69a15e2f4e67b833b7b7ced0 [INFO] checking frublox/gbemu against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrublox%2Fgbemu" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/frublox/gbemu on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/frublox/gbemu [INFO] finished tweaking git repo https://github.com/frublox/gbemu [INFO] tweaked toml for git repo https://github.com/frublox/gbemu written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/frublox/gbemu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e09bb2bac1cee4e6358a3294309759adf67286105b0dc82abd979339ab88df05 [INFO] running `Command { std: "docker" "start" "-a" "e09bb2bac1cee4e6358a3294309759adf67286105b0dc82abd979339ab88df05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e09bb2bac1cee4e6358a3294309759adf67286105b0dc82abd979339ab88df05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e09bb2bac1cee4e6358a3294309759adf67286105b0dc82abd979339ab88df05", kill_on_drop: false }` [INFO] [stdout] e09bb2bac1cee4e6358a3294309759adf67286105b0dc82abd979339ab88df05 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0db1313448c042232ec181f295b37bbc2282f07832b1477493ffba6e4efe8e5 [INFO] running `Command { std: "docker" "start" "-a" "a0db1313448c042232ec181f295b37bbc2282f07832b1477493ffba6e4efe8e5", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking gbemu v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/gameboy/instruction/exec.rs (1 fix) [INFO] [stderr] Fixed src/gameboy/instruction/tests/load.rs (3 fixes) [INFO] [stderr] Fixed src/gameboy/instruction/tests/arith.rs (2 fixes) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | load_instr(&mut gb, vec!(0x41)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | gb.regs[RB] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | gb.regs[RC] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | assert_eq!(gb.regs[RB], 0x34); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | load_instr(&mut gb, vec!(0x06, 0x99)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | gb.regs[RB] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(gb.regs[RB], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | load_instr(&mut gb, vec!(0x36, 0x99)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | gb.regs[RH] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | gb.regs[RL] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | load_instr(&mut gb, vec!(0x02)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | gb.regs[RB] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | gb.regs[RC] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | gb.regs[RA] = 0x99; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:67:18 [INFO] [stdout] | [INFO] [stdout] 67 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | load_instr(&mut gb, vec!(0x0a)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | gb.regs[RB] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | gb.regs[RC] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | gb.regs[RA] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | load_instr(&mut gb, vec!(0x2a)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | gb.regs[RH] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | gb.regs[RL] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | gb.regs[RA] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rr_to_u16` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:93:16 [INFO] [stdout] | [INFO] [stdout] 93 | assert_eq!(rr_to_u16(&mut gb, RHL), 0x1235); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::rr_to_u16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RHL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:93:35 [INFO] [stdout] | [INFO] [stdout] 93 | assert_eq!(rr_to_u16(&mut gb, RHL), 0x1235); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RHL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | load_instr(&mut gb, vec!(0x3a)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | gb.regs[RH] = 0x00; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 104 | gb.regs[RL] = 0x00; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | gb.regs[RA] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:109:24 [INFO] [stdout] | [INFO] [stdout] 109 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rr_to_u16` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | assert_eq!(rr_to_u16(&mut gb, RHL), 0xffff); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::rr_to_u16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RHL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | assert_eq!(rr_to_u16(&mut gb, RHL), 0xffff); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RHL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | load_instr(&mut gb, vec!(0x22)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | gb.regs[RH] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | gb.regs[RL] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | gb.regs[RA] = 0x99; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rr_to_u16` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | assert_eq!(rr_to_u16(&mut gb, RHL), 0x1235); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::rr_to_u16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RHL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:127:35 [INFO] [stdout] | [INFO] [stdout] 127 | assert_eq!(rr_to_u16(&mut gb, RHL), 0x1235); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RHL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | load_instr(&mut gb, vec!(0x32)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | gb.regs[RH] = 0x12; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | gb.regs[RL] = 0x34; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | gb.regs[RA] = 0x99; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rr_to_u16` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:144:16 [INFO] [stdout] | [INFO] [stdout] 144 | assert_eq!(rr_to_u16(&mut gb, RHL), 0x1233); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::rr_to_u16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RHL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:144:35 [INFO] [stdout] | [INFO] [stdout] 144 | assert_eq!(rr_to_u16(&mut gb, RHL), 0x1233); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RHL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:151:18 [INFO] [stdout] | [INFO] [stdout] 151 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | load_instr(&mut gb, vec!(0xfa, 0x34, 0x12)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | gb.regs[RA] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:165:18 [INFO] [stdout] | [INFO] [stdout] 165 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | load_instr(&mut gb, vec!(0xea, 0x34, 0x12)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | gb.regs[RA] = 0x99; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:179:18 [INFO] [stdout] | [INFO] [stdout] 179 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | load_instr(&mut gb, vec!(0xf2)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | gb.regs[RC] = 0x03; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | gb.regs[RA] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:187:24 [INFO] [stdout] | [INFO] [stdout] 187 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:194:18 [INFO] [stdout] | [INFO] [stdout] 194 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | load_instr(&mut gb, vec!(0xe2)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | gb.regs[RC] = 0x03; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | gb.regs[RA] = 0x99; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | load_instr(&mut gb, vec!(0xf0, 0x03)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | gb.regs[RA] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:216:24 [INFO] [stdout] | [INFO] [stdout] 216 | assert_eq!(gb.regs[RA], 0x99); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | load_instr(&mut gb, vec!(0xe0, 0x03)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RA` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:226:13 [INFO] [stdout] | [INFO] [stdout] 226 | gb.regs[RA] = 0x99; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 237 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | load_instr(&mut gb, vec!(0x11, 0xef, 0xbe)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RD` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:239:13 [INFO] [stdout] | [INFO] [stdout] 239 | gb.regs[RD] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RD; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RE` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | gb.regs[RE] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rr_to_u16` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:244:16 [INFO] [stdout] | [INFO] [stdout] 244 | assert_eq!(rr_to_u16(&gb, RDE), 0xbeef); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::rr_to_u16; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RDE` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:244:31 [INFO] [stdout] | [INFO] [stdout] 244 | assert_eq!(rr_to_u16(&gb, RDE), 0xbeef); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RDE; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:251:18 [INFO] [stdout] | [INFO] [stdout] 251 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | load_instr(&mut gb, vec!(0x31, 0xef, 0xbe)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 255 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:264:18 [INFO] [stdout] | [INFO] [stdout] 264 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | load_instr(&mut gb, vec!(0x08, 0x34, 0x12)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:280:18 [INFO] [stdout] | [INFO] [stdout] 280 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | load_instr(&mut gb, vec!(0xf9)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | gb.regs[RH] = 0xbe; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:283:13 [INFO] [stdout] | [INFO] [stdout] 283 | gb.regs[RL] = 0xef; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:295:18 [INFO] [stdout] | [INFO] [stdout] 295 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:296:5 [INFO] [stdout] | [INFO] [stdout] 296 | load_instr(&mut gb, vec!(0xc5)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | gb.regs[RB] = 0xbe; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | gb.regs[RC] = 0xef; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:312:18 [INFO] [stdout] | [INFO] [stdout] 312 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | load_instr(&mut gb, vec!(0xc1)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | gb.regs[RB] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | gb.regs[RC] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RB` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:323:24 [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(gb.regs[RB], 0xbe); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RC` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:324:24 [INFO] [stdout] | [INFO] [stdout] 324 | assert_eq!(gb.regs[RC], 0xef); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RC; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:331:18 [INFO] [stdout] | [INFO] [stdout] 331 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | load_instr(&mut gb, vec!(0xf8, 0x07)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | gb.regs[RH] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | gb.regs[RL] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:339:24 [INFO] [stdout] | [INFO] [stdout] 339 | assert_eq!(gb.regs[RH], 0x06); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | assert_eq!(gb.regs[RL], 0x07); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RF` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:341:24 [INFO] [stdout] | [INFO] [stdout] 341 | assert_eq!(gb.regs[RF], 0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:348:18 [INFO] [stdout] | [INFO] [stdout] 348 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | load_instr(&mut gb, vec!(0xf8, (-7 as i8) as u8)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:350:13 [INFO] [stdout] | [INFO] [stdout] 350 | gb.regs[RH] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | gb.regs[RL] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:356:24 [INFO] [stdout] | [INFO] [stdout] 356 | assert_eq!(gb.regs[RH], 0x05); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:357:24 [INFO] [stdout] | [INFO] [stdout] 357 | assert_eq!(gb.regs[RL], 0xf9); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RF` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:358:24 [INFO] [stdout] | [INFO] [stdout] 358 | assert_eq!(gb.regs[RF], 0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:365:18 [INFO] [stdout] | [INFO] [stdout] 365 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | load_instr(&mut gb, vec!(0xf8, (-7 as i8) as u8)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:367:13 [INFO] [stdout] | [INFO] [stdout] 367 | gb.regs[RH] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | gb.regs[RL] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:371:5 [INFO] [stdout] | [INFO] [stdout] 371 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:373:24 [INFO] [stdout] | [INFO] [stdout] 373 | assert_eq!(gb.regs[RH], 0x06); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:374:24 [INFO] [stdout] | [INFO] [stdout] 374 | assert_eq!(gb.regs[RL], 0x79); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RF` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:375:24 [INFO] [stdout] | [INFO] [stdout] 375 | assert_eq!(gb.regs[RF], FLAG_C); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLAG_C` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:375:29 [INFO] [stdout] | [INFO] [stdout] 375 | assert_eq!(gb.regs[RF], FLAG_C); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::FLAG_C; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:382:18 [INFO] [stdout] | [INFO] [stdout] 382 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | load_instr(&mut gb, vec!(0xf8, 0x79)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | gb.regs[RH] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | gb.regs[RL] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:388:5 [INFO] [stdout] | [INFO] [stdout] 388 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:390:24 [INFO] [stdout] | [INFO] [stdout] 390 | assert_eq!(gb.regs[RH], 0x06); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:391:24 [INFO] [stdout] | [INFO] [stdout] 391 | assert_eq!(gb.regs[RL], 0x81); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RF` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:392:24 [INFO] [stdout] | [INFO] [stdout] 392 | assert_eq!(gb.regs[RF], FLAG_H); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLAG_H` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:392:29 [INFO] [stdout] | [INFO] [stdout] 392 | assert_eq!(gb.regs[RF], FLAG_H); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::FLAG_H; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gameboy` [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:399:18 [INFO] [stdout] | [INFO] [stdout] 399 | let mut gb = Gameboy::new(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use crate::Gameboy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | load_instr(&mut gb, vec!(0xf8, (-7 as i8) as u8)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:401:13 [INFO] [stdout] | [INFO] [stdout] 401 | gb.regs[RH] = 0x05; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | gb.regs[RL] = 0x06; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `step` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | step(&mut gb); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::step; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RH` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:407:24 [INFO] [stdout] | [INFO] [stdout] 407 | assert_eq!(gb.regs[RH], 0x06); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RH; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RL` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:408:24 [INFO] [stdout] | [INFO] [stdout] 408 | assert_eq!(gb.regs[RL], 0x81); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RL; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RF` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:409:24 [INFO] [stdout] | [INFO] [stdout] 409 | assert_eq!(gb.regs[RF], FLAG_H | FLAG_C); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::RF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLAG_H` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:409:29 [INFO] [stdout] | [INFO] [stdout] 409 | assert_eq!(gb.regs[RF], FLAG_H | FLAG_C); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::FLAG_H; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLAG_C` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/load.rs:409:38 [INFO] [stdout] | [INFO] [stdout] 409 | assert_eq!(gb.regs[RF], FLAG_H | FLAG_C); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::FLAG_C; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | load_instr(&mut gb, vec!(0x0c)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | load_instr(&mut gb, vec!(0x0c)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | load_instr(&mut gb, vec!(0x0d)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | load_instr(&mut gb, vec!(0x0d)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | load_instr(&mut gb, vec!(0x0d)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | load_instr(&mut gb, vec!(0x34)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | load_instr(&mut gb, vec!(0x34)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | load_instr(&mut gb, vec!(0x35)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | load_instr(&mut gb, vec!(0x35)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | load_instr(&mut gb, vec!(0x35)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | load_instr(&mut gb, vec!(0x83)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | load_instr(&mut gb, vec!(0x8b)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | load_instr(&mut gb, vec!(0x93)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:207:5 [INFO] [stdout] | [INFO] [stdout] 207 | load_instr(&mut gb, vec!(0x9b)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | load_instr(&mut gb, vec!(0xbb)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 237 | load_instr(&mut gb, vec!(0xbb)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | load_instr(&mut gb, vec!(0xbb)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | load_instr(&mut gb, vec!(0x19)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `load_instr` in this scope [INFO] [stdout] --> src/gameboy/instruction/tests/arith.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | load_instr(&mut gb, vec!(0x19)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use crate::gameboy::instruction::tests::utils::load_instr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IO_IE` [INFO] [stdout] --> src/gameboy/gameboy.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | pub const IO_IE: usize = 0xff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_instr` [INFO] [stdout] --> src/gameboy/instruction/tests/utils.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn load_instr(gb: &mut Gameboy, bytes: Vec) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 186 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gbemu` due to 187 previous errors [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "a0db1313448c042232ec181f295b37bbc2282f07832b1477493ffba6e4efe8e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0db1313448c042232ec181f295b37bbc2282f07832b1477493ffba6e4efe8e5", kill_on_drop: false }` [INFO] [stdout] a0db1313448c042232ec181f295b37bbc2282f07832b1477493ffba6e4efe8e5