[INFO] cloning repository https://github.com/plorefice/invade-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/plorefice/invade-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplorefice%2Finvade-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplorefice%2Finvade-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a373b854b33793adce22fd0dc13c1c1f59c737c [INFO] checking plorefice/invade-rs against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplorefice%2Finvade-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/plorefice/invade-rs 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 git repo https://github.com/plorefice/invade-rs [INFO] finished tweaking git repo https://github.com/plorefice/invade-rs [INFO] tweaked toml for git repo https://github.com/plorefice/invade-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/plorefice/invade-rs already has a lockfile, it will not be regenerated [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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7eefaed78b5b7052995907d911a1c7bc5ef0aa494ec272545c89484097a72920 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7eefaed78b5b7052995907d911a1c7bc5ef0aa494ec272545c89484097a72920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7eefaed78b5b7052995907d911a1c7bc5ef0aa494ec272545c89484097a72920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eefaed78b5b7052995907d911a1c7bc5ef0aa494ec272545c89484097a72920", kill_on_drop: false }` [INFO] [stdout] 7eefaed78b5b7052995907d911a1c7bc5ef0aa494ec272545c89484097a72920 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/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] 89dcf84e7035e89fcb134c5dec15d746da2a0eeb2e1ec0f8a2aa355d4b88e94a [INFO] running `Command { std: "docker" "start" "-a" "89dcf84e7035e89fcb134c5dec15d746da2a0eeb2e1ec0f8a2aa355d4b88e94a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking unicode-segmentation v1.2.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking log v0.4.5 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Checking tui v0.3.0-beta.3 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking serde_json v1.0.32 [INFO] [stderr] Checking invade-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn step(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/isa.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn load(rd: &mut Read) -> Result> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/isa.rs:16:51 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn load(rd: &mut Read) -> Result> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/isa.rs:115:74 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn format(&self, isa: &ISA, verbose: bool) -> Result> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory.rs:21:41 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn load_rom(&mut self, rd: &mut Read) -> Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | 0x00...0x1F => &self.rom[addr as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | 0x20...0x23 => &self.wram[(addr - 0x2000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cpu.rs:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn step(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/isa.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn load(rd: &mut Read) -> Result> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/isa.rs:16:51 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn load(rd: &mut Read) -> Result> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/isa.rs:115:74 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn format(&self, isa: &ISA, verbose: bool) -> Result> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/memory.rs:21:41 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn load_rom(&mut self, rd: &mut Read) -> Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | 0x00...0x1F => &self.rom[addr as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | 0x20...0x23 => &self.wram[(addr - 0x2000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | 0x24...0x3f => &self.vram[(addr - 0x2400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | 0x40...0x43 => &self.wram[(addr - 0x4000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | 0x44...0x5f => &self.vram[(addr - 0x4400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | 0x00...0x1F => &mut self.rom[addr as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | 0x20...0x23 => &mut self.wram[(addr - 0x2000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | 0x24...0x3f => &mut self.vram[(addr - 0x2400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | 0x40...0x43 => &mut self.wram[(addr - 0x4000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | 0x44...0x5f => &mut self.vram[(addr - 0x4400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ui/mod.rs:62:45 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn run(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | 0x24...0x3f => &self.vram[(addr - 0x2400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | 0x40...0x43 => &self.wram[(addr - 0x4000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | 0x44...0x5f => &self.vram[(addr - 0x4400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | 0x00...0x1F => &mut self.rom[addr as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | 0x20...0x23 => &mut self.wram[(addr - 0x2000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | 0x24...0x3f => &mut self.vram[(addr - 0x2400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | 0x40...0x43 => &mut self.wram[(addr - 0x4000) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/memory.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | 0x44...0x5f => &mut self.vram[(addr - 0x4400) as usize..], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ui/mod.rs:62:45 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn run(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn main() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/opcodes.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/opcodes.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | _ => unreachable!(), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/cpu.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn get(&self) -> u8 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store` [INFO] [stdout] --> src/cpu.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn store(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_arith` [INFO] [stdout] --> src/cpu.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn update_arith(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_cy` [INFO] [stdout] --> src/cpu.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn update_cy(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/cpu.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn update(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parity` [INFO] [stdout] --> src/cpu.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn parity(val: u16) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_A` [INFO] [stdout] --> src/cpu.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn set_A(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_B` [INFO] [stdout] --> src/cpu.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn set_B(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_C` [INFO] [stdout] --> src/cpu.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn set_C(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_BC` [INFO] [stdout] --> src/cpu.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn set_BC(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_D` [INFO] [stdout] --> src/cpu.rs:150:12 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn set_D(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_E` [INFO] [stdout] --> src/cpu.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn set_E(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_DE` [INFO] [stdout] --> src/cpu.rs:170:12 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn set_DE(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_H` [INFO] [stdout] --> src/cpu.rs:181:12 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn set_H(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_L` [INFO] [stdout] --> src/cpu.rs:191:12 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn set_L(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_HL` [INFO] [stdout] --> src/cpu.rs:201:12 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn set_HL(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `step` [INFO] [stdout] --> src/cpu.rs:224:12 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn step(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_u8` [INFO] [stdout] --> src/memory.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn store_u8(&mut self, addr: u16, val: u8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `decode_mut` [INFO] [stdout] --> src/memory.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn decode_mut(&mut self, addr: u16) -> &mut [u8] { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `execute` [INFO] [stdout] --> src/opcodes.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn execute(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x00` [INFO] [stdout] --> src/opcodes.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn opc_0x00(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x01` [INFO] [stdout] --> src/opcodes.rs:281:12 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn opc_0x01(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x02` [INFO] [stdout] --> src/opcodes.rs:291:12 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn opc_0x02(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x03` [INFO] [stdout] --> src/opcodes.rs:302:12 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn opc_0x03(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x04` [INFO] [stdout] --> src/opcodes.rs:313:12 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn opc_0x04(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x05` [INFO] [stdout] --> src/opcodes.rs:324:12 [INFO] [stdout] | [INFO] [stdout] 324 | pub fn opc_0x05(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x06` [INFO] [stdout] --> src/opcodes.rs:335:12 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn opc_0x06(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x07` [INFO] [stdout] --> src/opcodes.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn opc_0x07(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x08` [INFO] [stdout] --> src/opcodes.rs:356:12 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn opc_0x08(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x09` [INFO] [stdout] --> src/opcodes.rs:361:12 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn opc_0x09(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0A` [INFO] [stdout] --> src/opcodes.rs:372:12 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn opc_0x0A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0B` [INFO] [stdout] --> src/opcodes.rs:383:12 [INFO] [stdout] | [INFO] [stdout] 383 | pub fn opc_0x0B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0C` [INFO] [stdout] --> src/opcodes.rs:394:12 [INFO] [stdout] | [INFO] [stdout] 394 | pub fn opc_0x0C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0D` [INFO] [stdout] --> src/opcodes.rs:405:12 [INFO] [stdout] | [INFO] [stdout] 405 | pub fn opc_0x0D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0E` [INFO] [stdout] --> src/opcodes.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn opc_0x0E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0F` [INFO] [stdout] --> src/opcodes.rs:426:12 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn opc_0x0F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x10` [INFO] [stdout] --> src/opcodes.rs:437:12 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn opc_0x10(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x11` [INFO] [stdout] --> src/opcodes.rs:442:12 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn opc_0x11(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x12` [INFO] [stdout] --> src/opcodes.rs:452:12 [INFO] [stdout] | [INFO] [stdout] 452 | pub fn opc_0x12(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x13` [INFO] [stdout] --> src/opcodes.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 463 | pub fn opc_0x13(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x14` [INFO] [stdout] --> src/opcodes.rs:474:12 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn opc_0x14(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x15` [INFO] [stdout] --> src/opcodes.rs:485:12 [INFO] [stdout] | [INFO] [stdout] 485 | pub fn opc_0x15(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x16` [INFO] [stdout] --> src/opcodes.rs:496:12 [INFO] [stdout] | [INFO] [stdout] 496 | pub fn opc_0x16(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x17` [INFO] [stdout] --> src/opcodes.rs:506:12 [INFO] [stdout] | [INFO] [stdout] 506 | pub fn opc_0x17(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x18` [INFO] [stdout] --> src/opcodes.rs:517:12 [INFO] [stdout] | [INFO] [stdout] 517 | pub fn opc_0x18(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x19` [INFO] [stdout] --> src/opcodes.rs:522:12 [INFO] [stdout] | [INFO] [stdout] 522 | pub fn opc_0x19(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1A` [INFO] [stdout] --> src/opcodes.rs:533:12 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn opc_0x1A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1B` [INFO] [stdout] --> src/opcodes.rs:544:12 [INFO] [stdout] | [INFO] [stdout] 544 | pub fn opc_0x1B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1C` [INFO] [stdout] --> src/opcodes.rs:555:12 [INFO] [stdout] | [INFO] [stdout] 555 | pub fn opc_0x1C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1D` [INFO] [stdout] --> src/opcodes.rs:566:12 [INFO] [stdout] | [INFO] [stdout] 566 | pub fn opc_0x1D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1E` [INFO] [stdout] --> src/opcodes.rs:577:12 [INFO] [stdout] | [INFO] [stdout] 577 | pub fn opc_0x1E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1F` [INFO] [stdout] --> src/opcodes.rs:587:12 [INFO] [stdout] | [INFO] [stdout] 587 | pub fn opc_0x1F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x20` [INFO] [stdout] --> src/opcodes.rs:598:12 [INFO] [stdout] | [INFO] [stdout] 598 | pub fn opc_0x20(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x21` [INFO] [stdout] --> src/opcodes.rs:607:12 [INFO] [stdout] | [INFO] [stdout] 607 | pub fn opc_0x21(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x22` [INFO] [stdout] --> src/opcodes.rs:617:12 [INFO] [stdout] | [INFO] [stdout] 617 | pub fn opc_0x22(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x23` [INFO] [stdout] --> src/opcodes.rs:635:12 [INFO] [stdout] | [INFO] [stdout] 635 | pub fn opc_0x23(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x24` [INFO] [stdout] --> src/opcodes.rs:646:12 [INFO] [stdout] | [INFO] [stdout] 646 | pub fn opc_0x24(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x25` [INFO] [stdout] --> src/opcodes.rs:657:12 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn opc_0x25(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x26` [INFO] [stdout] --> src/opcodes.rs:668:12 [INFO] [stdout] | [INFO] [stdout] 668 | pub fn opc_0x26(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x27` [INFO] [stdout] --> src/opcodes.rs:678:12 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn opc_0x27(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x28` [INFO] [stdout] --> src/opcodes.rs:687:12 [INFO] [stdout] | [INFO] [stdout] 687 | pub fn opc_0x28(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x29` [INFO] [stdout] --> src/opcodes.rs:692:12 [INFO] [stdout] | [INFO] [stdout] 692 | pub fn opc_0x29(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2A` [INFO] [stdout] --> src/opcodes.rs:703:12 [INFO] [stdout] | [INFO] [stdout] 703 | pub fn opc_0x2A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2B` [INFO] [stdout] --> src/opcodes.rs:721:12 [INFO] [stdout] | [INFO] [stdout] 721 | pub fn opc_0x2B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2C` [INFO] [stdout] --> src/opcodes.rs:732:12 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn opc_0x2C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2D` [INFO] [stdout] --> src/opcodes.rs:743:12 [INFO] [stdout] | [INFO] [stdout] 743 | pub fn opc_0x2D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2E` [INFO] [stdout] --> src/opcodes.rs:754:12 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn opc_0x2E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2F` [INFO] [stdout] --> src/opcodes.rs:764:12 [INFO] [stdout] | [INFO] [stdout] 764 | pub fn opc_0x2F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x30` [INFO] [stdout] --> src/opcodes.rs:774:12 [INFO] [stdout] | [INFO] [stdout] 774 | pub fn opc_0x30(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x31` [INFO] [stdout] --> src/opcodes.rs:783:12 [INFO] [stdout] | [INFO] [stdout] 783 | pub fn opc_0x31(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x32` [INFO] [stdout] --> src/opcodes.rs:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | pub fn opc_0x32(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x33` [INFO] [stdout] --> src/opcodes.rs:804:12 [INFO] [stdout] | [INFO] [stdout] 804 | pub fn opc_0x33(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x34` [INFO] [stdout] --> src/opcodes.rs:815:12 [INFO] [stdout] | [INFO] [stdout] 815 | pub fn opc_0x34(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x35` [INFO] [stdout] --> src/opcodes.rs:828:12 [INFO] [stdout] | [INFO] [stdout] 828 | pub fn opc_0x35(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x36` [INFO] [stdout] --> src/opcodes.rs:841:12 [INFO] [stdout] | [INFO] [stdout] 841 | pub fn opc_0x36(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x37` [INFO] [stdout] --> src/opcodes.rs:852:12 [INFO] [stdout] | [INFO] [stdout] 852 | pub fn opc_0x37(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x38` [INFO] [stdout] --> src/opcodes.rs:862:12 [INFO] [stdout] | [INFO] [stdout] 862 | pub fn opc_0x38(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x39` [INFO] [stdout] --> src/opcodes.rs:867:12 [INFO] [stdout] | [INFO] [stdout] 867 | pub fn opc_0x39(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3A` [INFO] [stdout] --> src/opcodes.rs:878:12 [INFO] [stdout] | [INFO] [stdout] 878 | pub fn opc_0x3A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3B` [INFO] [stdout] --> src/opcodes.rs:889:12 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn opc_0x3B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3C` [INFO] [stdout] --> src/opcodes.rs:900:12 [INFO] [stdout] | [INFO] [stdout] 900 | pub fn opc_0x3C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3D` [INFO] [stdout] --> src/opcodes.rs:911:12 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn opc_0x3D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3E` [INFO] [stdout] --> src/opcodes.rs:922:12 [INFO] [stdout] | [INFO] [stdout] 922 | pub fn opc_0x3E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3F` [INFO] [stdout] --> src/opcodes.rs:932:12 [INFO] [stdout] | [INFO] [stdout] 932 | pub fn opc_0x3F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x40` [INFO] [stdout] --> src/opcodes.rs:942:12 [INFO] [stdout] | [INFO] [stdout] 942 | pub fn opc_0x40(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x41` [INFO] [stdout] --> src/opcodes.rs:952:12 [INFO] [stdout] | [INFO] [stdout] 952 | pub fn opc_0x41(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x42` [INFO] [stdout] --> src/opcodes.rs:962:12 [INFO] [stdout] | [INFO] [stdout] 962 | pub fn opc_0x42(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x43` [INFO] [stdout] --> src/opcodes.rs:972:12 [INFO] [stdout] | [INFO] [stdout] 972 | pub fn opc_0x43(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x44` [INFO] [stdout] --> src/opcodes.rs:982:12 [INFO] [stdout] | [INFO] [stdout] 982 | pub fn opc_0x44(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x45` [INFO] [stdout] --> src/opcodes.rs:992:12 [INFO] [stdout] | [INFO] [stdout] 992 | pub fn opc_0x45(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x46` [INFO] [stdout] --> src/opcodes.rs:1002:12 [INFO] [stdout] | [INFO] [stdout] 1002 | pub fn opc_0x46(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x47` [INFO] [stdout] --> src/opcodes.rs:1013:12 [INFO] [stdout] | [INFO] [stdout] 1013 | pub fn opc_0x47(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x48` [INFO] [stdout] --> src/opcodes.rs:1023:12 [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn opc_0x48(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x49` [INFO] [stdout] --> src/opcodes.rs:1033:12 [INFO] [stdout] | [INFO] [stdout] 1033 | pub fn opc_0x49(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4A` [INFO] [stdout] --> src/opcodes.rs:1043:12 [INFO] [stdout] | [INFO] [stdout] 1043 | pub fn opc_0x4A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4B` [INFO] [stdout] --> src/opcodes.rs:1053:12 [INFO] [stdout] | [INFO] [stdout] 1053 | pub fn opc_0x4B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4C` [INFO] [stdout] --> src/opcodes.rs:1063:12 [INFO] [stdout] | [INFO] [stdout] 1063 | pub fn opc_0x4C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4D` [INFO] [stdout] --> src/opcodes.rs:1073:12 [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn opc_0x4D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4E` [INFO] [stdout] --> src/opcodes.rs:1083:12 [INFO] [stdout] | [INFO] [stdout] 1083 | pub fn opc_0x4E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4F` [INFO] [stdout] --> src/opcodes.rs:1094:12 [INFO] [stdout] | [INFO] [stdout] 1094 | pub fn opc_0x4F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x50` [INFO] [stdout] --> src/opcodes.rs:1104:12 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn opc_0x50(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x51` [INFO] [stdout] --> src/opcodes.rs:1114:12 [INFO] [stdout] | [INFO] [stdout] 1114 | pub fn opc_0x51(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x52` [INFO] [stdout] --> src/opcodes.rs:1124:12 [INFO] [stdout] | [INFO] [stdout] 1124 | pub fn opc_0x52(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x53` [INFO] [stdout] --> src/opcodes.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | pub fn opc_0x53(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x54` [INFO] [stdout] --> src/opcodes.rs:1144:12 [INFO] [stdout] | [INFO] [stdout] 1144 | pub fn opc_0x54(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x55` [INFO] [stdout] --> src/opcodes.rs:1154:12 [INFO] [stdout] | [INFO] [stdout] 1154 | pub fn opc_0x55(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x56` [INFO] [stdout] --> src/opcodes.rs:1164:12 [INFO] [stdout] | [INFO] [stdout] 1164 | pub fn opc_0x56(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x57` [INFO] [stdout] --> src/opcodes.rs:1175:12 [INFO] [stdout] | [INFO] [stdout] 1175 | pub fn opc_0x57(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x58` [INFO] [stdout] --> src/opcodes.rs:1185:12 [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn opc_0x58(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x59` [INFO] [stdout] --> src/opcodes.rs:1195:12 [INFO] [stdout] | [INFO] [stdout] 1195 | pub fn opc_0x59(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5A` [INFO] [stdout] --> src/opcodes.rs:1205:12 [INFO] [stdout] | [INFO] [stdout] 1205 | pub fn opc_0x5A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5B` [INFO] [stdout] --> src/opcodes.rs:1215:12 [INFO] [stdout] | [INFO] [stdout] 1215 | pub fn opc_0x5B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5C` [INFO] [stdout] --> src/opcodes.rs:1225:12 [INFO] [stdout] | [INFO] [stdout] 1225 | pub fn opc_0x5C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5D` [INFO] [stdout] --> src/opcodes.rs:1235:12 [INFO] [stdout] | [INFO] [stdout] 1235 | pub fn opc_0x5D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5E` [INFO] [stdout] --> src/opcodes.rs:1245:12 [INFO] [stdout] | [INFO] [stdout] 1245 | pub fn opc_0x5E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5F` [INFO] [stdout] --> src/opcodes.rs:1256:12 [INFO] [stdout] | [INFO] [stdout] 1256 | pub fn opc_0x5F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x60` [INFO] [stdout] --> src/opcodes.rs:1266:12 [INFO] [stdout] | [INFO] [stdout] 1266 | pub fn opc_0x60(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x61` [INFO] [stdout] --> src/opcodes.rs:1276:12 [INFO] [stdout] | [INFO] [stdout] 1276 | pub fn opc_0x61(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x62` [INFO] [stdout] --> src/opcodes.rs:1286:12 [INFO] [stdout] | [INFO] [stdout] 1286 | pub fn opc_0x62(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x63` [INFO] [stdout] --> src/opcodes.rs:1296:12 [INFO] [stdout] | [INFO] [stdout] 1296 | pub fn opc_0x63(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x64` [INFO] [stdout] --> src/opcodes.rs:1306:12 [INFO] [stdout] | [INFO] [stdout] 1306 | pub fn opc_0x64(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x65` [INFO] [stdout] --> src/opcodes.rs:1316:12 [INFO] [stdout] | [INFO] [stdout] 1316 | pub fn opc_0x65(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x66` [INFO] [stdout] --> src/opcodes.rs:1326:12 [INFO] [stdout] | [INFO] [stdout] 1326 | pub fn opc_0x66(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x67` [INFO] [stdout] --> src/opcodes.rs:1337:12 [INFO] [stdout] | [INFO] [stdout] 1337 | pub fn opc_0x67(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x68` [INFO] [stdout] --> src/opcodes.rs:1347:12 [INFO] [stdout] | [INFO] [stdout] 1347 | pub fn opc_0x68(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x69` [INFO] [stdout] --> src/opcodes.rs:1357:12 [INFO] [stdout] | [INFO] [stdout] 1357 | pub fn opc_0x69(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6A` [INFO] [stdout] --> src/opcodes.rs:1367:12 [INFO] [stdout] | [INFO] [stdout] 1367 | pub fn opc_0x6A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6B` [INFO] [stdout] --> src/opcodes.rs:1377:12 [INFO] [stdout] | [INFO] [stdout] 1377 | pub fn opc_0x6B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6C` [INFO] [stdout] --> src/opcodes.rs:1387:12 [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn opc_0x6C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6D` [INFO] [stdout] --> src/opcodes.rs:1397:12 [INFO] [stdout] | [INFO] [stdout] 1397 | pub fn opc_0x6D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6E` [INFO] [stdout] --> src/opcodes.rs:1407:12 [INFO] [stdout] | [INFO] [stdout] 1407 | pub fn opc_0x6E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6F` [INFO] [stdout] --> src/opcodes.rs:1418:12 [INFO] [stdout] | [INFO] [stdout] 1418 | pub fn opc_0x6F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x70` [INFO] [stdout] --> src/opcodes.rs:1428:12 [INFO] [stdout] | [INFO] [stdout] 1428 | pub fn opc_0x70(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x71` [INFO] [stdout] --> src/opcodes.rs:1439:12 [INFO] [stdout] | [INFO] [stdout] 1439 | pub fn opc_0x71(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x72` [INFO] [stdout] --> src/opcodes.rs:1450:12 [INFO] [stdout] | [INFO] [stdout] 1450 | pub fn opc_0x72(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x73` [INFO] [stdout] --> src/opcodes.rs:1461:12 [INFO] [stdout] | [INFO] [stdout] 1461 | pub fn opc_0x73(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x74` [INFO] [stdout] --> src/opcodes.rs:1472:12 [INFO] [stdout] | [INFO] [stdout] 1472 | pub fn opc_0x74(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x75` [INFO] [stdout] --> src/opcodes.rs:1483:12 [INFO] [stdout] | [INFO] [stdout] 1483 | pub fn opc_0x75(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x76` [INFO] [stdout] --> src/opcodes.rs:1494:12 [INFO] [stdout] | [INFO] [stdout] 1494 | pub fn opc_0x76(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x77` [INFO] [stdout] --> src/opcodes.rs:1503:12 [INFO] [stdout] | [INFO] [stdout] 1503 | pub fn opc_0x77(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x78` [INFO] [stdout] --> src/opcodes.rs:1514:12 [INFO] [stdout] | [INFO] [stdout] 1514 | pub fn opc_0x78(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x79` [INFO] [stdout] --> src/opcodes.rs:1524:12 [INFO] [stdout] | [INFO] [stdout] 1524 | pub fn opc_0x79(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7A` [INFO] [stdout] --> src/opcodes.rs:1534:12 [INFO] [stdout] | [INFO] [stdout] 1534 | pub fn opc_0x7A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7B` [INFO] [stdout] --> src/opcodes.rs:1544:12 [INFO] [stdout] | [INFO] [stdout] 1544 | pub fn opc_0x7B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7C` [INFO] [stdout] --> src/opcodes.rs:1554:12 [INFO] [stdout] | [INFO] [stdout] 1554 | pub fn opc_0x7C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7D` [INFO] [stdout] --> src/opcodes.rs:1564:12 [INFO] [stdout] | [INFO] [stdout] 1564 | pub fn opc_0x7D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7E` [INFO] [stdout] --> src/opcodes.rs:1574:12 [INFO] [stdout] | [INFO] [stdout] 1574 | pub fn opc_0x7E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7F` [INFO] [stdout] --> src/opcodes.rs:1585:12 [INFO] [stdout] | [INFO] [stdout] 1585 | pub fn opc_0x7F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x80` [INFO] [stdout] --> src/opcodes.rs:1595:12 [INFO] [stdout] | [INFO] [stdout] 1595 | pub fn opc_0x80(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x81` [INFO] [stdout] --> src/opcodes.rs:1606:12 [INFO] [stdout] | [INFO] [stdout] 1606 | pub fn opc_0x81(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x82` [INFO] [stdout] --> src/opcodes.rs:1617:12 [INFO] [stdout] | [INFO] [stdout] 1617 | pub fn opc_0x82(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x83` [INFO] [stdout] --> src/opcodes.rs:1628:12 [INFO] [stdout] | [INFO] [stdout] 1628 | pub fn opc_0x83(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x84` [INFO] [stdout] --> src/opcodes.rs:1639:12 [INFO] [stdout] | [INFO] [stdout] 1639 | pub fn opc_0x84(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x85` [INFO] [stdout] --> src/opcodes.rs:1650:12 [INFO] [stdout] | [INFO] [stdout] 1650 | pub fn opc_0x85(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x86` [INFO] [stdout] --> src/opcodes.rs:1661:12 [INFO] [stdout] | [INFO] [stdout] 1661 | pub fn opc_0x86(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x87` [INFO] [stdout] --> src/opcodes.rs:1673:12 [INFO] [stdout] | [INFO] [stdout] 1673 | pub fn opc_0x87(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x88` [INFO] [stdout] --> src/opcodes.rs:1684:12 [INFO] [stdout] | [INFO] [stdout] 1684 | pub fn opc_0x88(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x89` [INFO] [stdout] --> src/opcodes.rs:1696:12 [INFO] [stdout] | [INFO] [stdout] 1696 | pub fn opc_0x89(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8A` [INFO] [stdout] --> src/opcodes.rs:1708:12 [INFO] [stdout] | [INFO] [stdout] 1708 | pub fn opc_0x8A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8B` [INFO] [stdout] --> src/opcodes.rs:1720:12 [INFO] [stdout] | [INFO] [stdout] 1720 | pub fn opc_0x8B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8C` [INFO] [stdout] --> src/opcodes.rs:1732:12 [INFO] [stdout] | [INFO] [stdout] 1732 | pub fn opc_0x8C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8D` [INFO] [stdout] --> src/opcodes.rs:1744:12 [INFO] [stdout] | [INFO] [stdout] 1744 | pub fn opc_0x8D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8E` [INFO] [stdout] --> src/opcodes.rs:1756:12 [INFO] [stdout] | [INFO] [stdout] 1756 | pub fn opc_0x8E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8F` [INFO] [stdout] --> src/opcodes.rs:1769:12 [INFO] [stdout] | [INFO] [stdout] 1769 | pub fn opc_0x8F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x90` [INFO] [stdout] --> src/opcodes.rs:1781:12 [INFO] [stdout] | [INFO] [stdout] 1781 | pub fn opc_0x90(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x91` [INFO] [stdout] --> src/opcodes.rs:1792:12 [INFO] [stdout] | [INFO] [stdout] 1792 | pub fn opc_0x91(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x92` [INFO] [stdout] --> src/opcodes.rs:1803:12 [INFO] [stdout] | [INFO] [stdout] 1803 | pub fn opc_0x92(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x93` [INFO] [stdout] --> src/opcodes.rs:1814:12 [INFO] [stdout] | [INFO] [stdout] 1814 | pub fn opc_0x93(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x94` [INFO] [stdout] --> src/opcodes.rs:1825:12 [INFO] [stdout] | [INFO] [stdout] 1825 | pub fn opc_0x94(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x95` [INFO] [stdout] --> src/opcodes.rs:1836:12 [INFO] [stdout] | [INFO] [stdout] 1836 | pub fn opc_0x95(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x96` [INFO] [stdout] --> src/opcodes.rs:1847:12 [INFO] [stdout] | [INFO] [stdout] 1847 | pub fn opc_0x96(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x97` [INFO] [stdout] --> src/opcodes.rs:1859:12 [INFO] [stdout] | [INFO] [stdout] 1859 | pub fn opc_0x97(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x98` [INFO] [stdout] --> src/opcodes.rs:1870:12 [INFO] [stdout] | [INFO] [stdout] 1870 | pub fn opc_0x98(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x99` [INFO] [stdout] --> src/opcodes.rs:1882:12 [INFO] [stdout] | [INFO] [stdout] 1882 | pub fn opc_0x99(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9A` [INFO] [stdout] --> src/opcodes.rs:1894:12 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn opc_0x9A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9B` [INFO] [stdout] --> src/opcodes.rs:1906:12 [INFO] [stdout] | [INFO] [stdout] 1906 | pub fn opc_0x9B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9C` [INFO] [stdout] --> src/opcodes.rs:1918:12 [INFO] [stdout] | [INFO] [stdout] 1918 | pub fn opc_0x9C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9D` [INFO] [stdout] --> src/opcodes.rs:1930:12 [INFO] [stdout] | [INFO] [stdout] 1930 | pub fn opc_0x9D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9E` [INFO] [stdout] --> src/opcodes.rs:1942:12 [INFO] [stdout] | [INFO] [stdout] 1942 | pub fn opc_0x9E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9F` [INFO] [stdout] --> src/opcodes.rs:1955:12 [INFO] [stdout] | [INFO] [stdout] 1955 | pub fn opc_0x9F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA0` [INFO] [stdout] --> src/opcodes.rs:1967:12 [INFO] [stdout] | [INFO] [stdout] 1967 | pub fn opc_0xA0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA1` [INFO] [stdout] --> src/opcodes.rs:1978:12 [INFO] [stdout] | [INFO] [stdout] 1978 | pub fn opc_0xA1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA2` [INFO] [stdout] --> src/opcodes.rs:1989:12 [INFO] [stdout] | [INFO] [stdout] 1989 | pub fn opc_0xA2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA3` [INFO] [stdout] --> src/opcodes.rs:2000:12 [INFO] [stdout] | [INFO] [stdout] 2000 | pub fn opc_0xA3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA4` [INFO] [stdout] --> src/opcodes.rs:2011:12 [INFO] [stdout] | [INFO] [stdout] 2011 | pub fn opc_0xA4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA5` [INFO] [stdout] --> src/opcodes.rs:2022:12 [INFO] [stdout] | [INFO] [stdout] 2022 | pub fn opc_0xA5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA6` [INFO] [stdout] --> src/opcodes.rs:2033:12 [INFO] [stdout] | [INFO] [stdout] 2033 | pub fn opc_0xA6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA7` [INFO] [stdout] --> src/opcodes.rs:2045:12 [INFO] [stdout] | [INFO] [stdout] 2045 | pub fn opc_0xA7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA8` [INFO] [stdout] --> src/opcodes.rs:2056:12 [INFO] [stdout] | [INFO] [stdout] 2056 | pub fn opc_0xA8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA9` [INFO] [stdout] --> src/opcodes.rs:2067:12 [INFO] [stdout] | [INFO] [stdout] 2067 | pub fn opc_0xA9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAA` [INFO] [stdout] --> src/opcodes.rs:2078:12 [INFO] [stdout] | [INFO] [stdout] 2078 | pub fn opc_0xAA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAB` [INFO] [stdout] --> src/opcodes.rs:2089:12 [INFO] [stdout] | [INFO] [stdout] 2089 | pub fn opc_0xAB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAC` [INFO] [stdout] --> src/opcodes.rs:2100:12 [INFO] [stdout] | [INFO] [stdout] 2100 | pub fn opc_0xAC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAD` [INFO] [stdout] --> src/opcodes.rs:2111:12 [INFO] [stdout] | [INFO] [stdout] 2111 | pub fn opc_0xAD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAE` [INFO] [stdout] --> src/opcodes.rs:2122:12 [INFO] [stdout] | [INFO] [stdout] 2122 | pub fn opc_0xAE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAF` [INFO] [stdout] --> src/opcodes.rs:2134:12 [INFO] [stdout] | [INFO] [stdout] 2134 | pub fn opc_0xAF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB0` [INFO] [stdout] --> src/opcodes.rs:2145:12 [INFO] [stdout] | [INFO] [stdout] 2145 | pub fn opc_0xB0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB1` [INFO] [stdout] --> src/opcodes.rs:2156:12 [INFO] [stdout] | [INFO] [stdout] 2156 | pub fn opc_0xB1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB2` [INFO] [stdout] --> src/opcodes.rs:2167:12 [INFO] [stdout] | [INFO] [stdout] 2167 | pub fn opc_0xB2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB3` [INFO] [stdout] --> src/opcodes.rs:2178:12 [INFO] [stdout] | [INFO] [stdout] 2178 | pub fn opc_0xB3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB4` [INFO] [stdout] --> src/opcodes.rs:2189:12 [INFO] [stdout] | [INFO] [stdout] 2189 | pub fn opc_0xB4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB5` [INFO] [stdout] --> src/opcodes.rs:2200:12 [INFO] [stdout] | [INFO] [stdout] 2200 | pub fn opc_0xB5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB6` [INFO] [stdout] --> src/opcodes.rs:2211:12 [INFO] [stdout] | [INFO] [stdout] 2211 | pub fn opc_0xB6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB7` [INFO] [stdout] --> src/opcodes.rs:2223:12 [INFO] [stdout] | [INFO] [stdout] 2223 | pub fn opc_0xB7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB8` [INFO] [stdout] --> src/opcodes.rs:2234:12 [INFO] [stdout] | [INFO] [stdout] 2234 | pub fn opc_0xB8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB9` [INFO] [stdout] --> src/opcodes.rs:2244:12 [INFO] [stdout] | [INFO] [stdout] 2244 | pub fn opc_0xB9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBA` [INFO] [stdout] --> src/opcodes.rs:2254:12 [INFO] [stdout] | [INFO] [stdout] 2254 | pub fn opc_0xBA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBB` [INFO] [stdout] --> src/opcodes.rs:2264:12 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn opc_0xBB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBC` [INFO] [stdout] --> src/opcodes.rs:2274:12 [INFO] [stdout] | [INFO] [stdout] 2274 | pub fn opc_0xBC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBD` [INFO] [stdout] --> src/opcodes.rs:2284:12 [INFO] [stdout] | [INFO] [stdout] 2284 | pub fn opc_0xBD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBE` [INFO] [stdout] --> src/opcodes.rs:2294:12 [INFO] [stdout] | [INFO] [stdout] 2294 | pub fn opc_0xBE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBF` [INFO] [stdout] --> src/opcodes.rs:2305:12 [INFO] [stdout] | [INFO] [stdout] 2305 | pub fn opc_0xBF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC0` [INFO] [stdout] --> src/opcodes.rs:2315:12 [INFO] [stdout] | [INFO] [stdout] 2315 | pub fn opc_0xC0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC1` [INFO] [stdout] --> src/opcodes.rs:2330:12 [INFO] [stdout] | [INFO] [stdout] 2330 | pub fn opc_0xC1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC2` [INFO] [stdout] --> src/opcodes.rs:2354:12 [INFO] [stdout] | [INFO] [stdout] 2354 | pub fn opc_0xC2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC3` [INFO] [stdout] --> src/opcodes.rs:2370:12 [INFO] [stdout] | [INFO] [stdout] 2370 | pub fn opc_0xC3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC4` [INFO] [stdout] --> src/opcodes.rs:2380:12 [INFO] [stdout] | [INFO] [stdout] 2380 | pub fn opc_0xC4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC5` [INFO] [stdout] --> src/opcodes.rs:2398:12 [INFO] [stdout] | [INFO] [stdout] 2398 | pub fn opc_0xC5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC6` [INFO] [stdout] --> src/opcodes.rs:2423:12 [INFO] [stdout] | [INFO] [stdout] 2423 | pub fn opc_0xC6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC7` [INFO] [stdout] --> src/opcodes.rs:2434:12 [INFO] [stdout] | [INFO] [stdout] 2434 | pub fn opc_0xC7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC8` [INFO] [stdout] --> src/opcodes.rs:2446:12 [INFO] [stdout] | [INFO] [stdout] 2446 | pub fn opc_0xC8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC9` [INFO] [stdout] --> src/opcodes.rs:2461:12 [INFO] [stdout] | [INFO] [stdout] 2461 | pub fn opc_0xC9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCA` [INFO] [stdout] --> src/opcodes.rs:2485:12 [INFO] [stdout] | [INFO] [stdout] 2485 | pub fn opc_0xCA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCB` [INFO] [stdout] --> src/opcodes.rs:2501:12 [INFO] [stdout] | [INFO] [stdout] 2501 | pub fn opc_0xCB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCC` [INFO] [stdout] --> src/opcodes.rs:2506:12 [INFO] [stdout] | [INFO] [stdout] 2506 | pub fn opc_0xCC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCD` [INFO] [stdout] --> src/opcodes.rs:2524:12 [INFO] [stdout] | [INFO] [stdout] 2524 | pub fn opc_0xCD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCE` [INFO] [stdout] --> src/opcodes.rs:2554:12 [INFO] [stdout] | [INFO] [stdout] 2554 | pub fn opc_0xCE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCF` [INFO] [stdout] --> src/opcodes.rs:2566:12 [INFO] [stdout] | [INFO] [stdout] 2566 | pub fn opc_0xCF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD0` [INFO] [stdout] --> src/opcodes.rs:2578:12 [INFO] [stdout] | [INFO] [stdout] 2578 | pub fn opc_0xD0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD1` [INFO] [stdout] --> src/opcodes.rs:2593:12 [INFO] [stdout] | [INFO] [stdout] 2593 | pub fn opc_0xD1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD2` [INFO] [stdout] --> src/opcodes.rs:2617:12 [INFO] [stdout] | [INFO] [stdout] 2617 | pub fn opc_0xD2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD3` [INFO] [stdout] --> src/opcodes.rs:2633:12 [INFO] [stdout] | [INFO] [stdout] 2633 | pub fn opc_0xD3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD4` [INFO] [stdout] --> src/opcodes.rs:2642:12 [INFO] [stdout] | [INFO] [stdout] 2642 | pub fn opc_0xD4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD5` [INFO] [stdout] --> src/opcodes.rs:2660:12 [INFO] [stdout] | [INFO] [stdout] 2660 | pub fn opc_0xD5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD6` [INFO] [stdout] --> src/opcodes.rs:2685:12 [INFO] [stdout] | [INFO] [stdout] 2685 | pub fn opc_0xD6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD7` [INFO] [stdout] --> src/opcodes.rs:2696:12 [INFO] [stdout] | [INFO] [stdout] 2696 | pub fn opc_0xD7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD8` [INFO] [stdout] --> src/opcodes.rs:2708:12 [INFO] [stdout] | [INFO] [stdout] 2708 | pub fn opc_0xD8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD9` [INFO] [stdout] --> src/opcodes.rs:2723:12 [INFO] [stdout] | [INFO] [stdout] 2723 | pub fn opc_0xD9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDA` [INFO] [stdout] --> src/opcodes.rs:2728:12 [INFO] [stdout] | [INFO] [stdout] 2728 | pub fn opc_0xDA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDB` [INFO] [stdout] --> src/opcodes.rs:2744:12 [INFO] [stdout] | [INFO] [stdout] 2744 | pub fn opc_0xDB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDC` [INFO] [stdout] --> src/opcodes.rs:2753:12 [INFO] [stdout] | [INFO] [stdout] 2753 | pub fn opc_0xDC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDD` [INFO] [stdout] --> src/opcodes.rs:2771:12 [INFO] [stdout] | [INFO] [stdout] 2771 | pub fn opc_0xDD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDE` [INFO] [stdout] --> src/opcodes.rs:2776:12 [INFO] [stdout] | [INFO] [stdout] 2776 | pub fn opc_0xDE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDF` [INFO] [stdout] --> src/opcodes.rs:2788:12 [INFO] [stdout] | [INFO] [stdout] 2788 | pub fn opc_0xDF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE0` [INFO] [stdout] --> src/opcodes.rs:2800:12 [INFO] [stdout] | [INFO] [stdout] 2800 | pub fn opc_0xE0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE1` [INFO] [stdout] --> src/opcodes.rs:2815:12 [INFO] [stdout] | [INFO] [stdout] 2815 | pub fn opc_0xE1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE2` [INFO] [stdout] --> src/opcodes.rs:2839:12 [INFO] [stdout] | [INFO] [stdout] 2839 | pub fn opc_0xE2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE3` [INFO] [stdout] --> src/opcodes.rs:2855:12 [INFO] [stdout] | [INFO] [stdout] 2855 | pub fn opc_0xE3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE4` [INFO] [stdout] --> src/opcodes.rs:2873:12 [INFO] [stdout] | [INFO] [stdout] 2873 | pub fn opc_0xE4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE5` [INFO] [stdout] --> src/opcodes.rs:2891:12 [INFO] [stdout] | [INFO] [stdout] 2891 | pub fn opc_0xE5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/cpu.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn get(&self) -> u8 { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE6` [INFO] [stdout] --> src/opcodes.rs:2916:12 [INFO] [stdout] | [INFO] [stdout] 2916 | pub fn opc_0xE6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store` [INFO] [stdout] --> src/cpu.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn store(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_arith` [INFO] [stdout] --> src/cpu.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn update_arith(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_cy` [INFO] [stdout] --> src/cpu.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn update_cy(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/cpu.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn update(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parity` [INFO] [stdout] --> src/cpu.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn parity(val: u16) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_A` [INFO] [stdout] --> src/cpu.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn set_A(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_B` [INFO] [stdout] --> src/cpu.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn set_B(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_C` [INFO] [stdout] --> src/cpu.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn set_C(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_BC` [INFO] [stdout] --> src/cpu.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 139 | pub fn set_BC(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_D` [INFO] [stdout] --> src/cpu.rs:150:12 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn set_D(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_E` [INFO] [stdout] --> src/cpu.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn set_E(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_DE` [INFO] [stdout] --> src/cpu.rs:170:12 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn set_DE(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_H` [INFO] [stdout] --> src/cpu.rs:181:12 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn set_H(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_L` [INFO] [stdout] --> src/cpu.rs:191:12 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn set_L(&mut self, val: u8) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_HL` [INFO] [stdout] --> src/cpu.rs:201:12 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn set_HL(&mut self, val: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `step` [INFO] [stdout] --> src/cpu.rs:224:12 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn step(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_u8` [INFO] [stdout] --> src/memory.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn store_u8(&mut self, addr: u16, val: u8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `decode_mut` [INFO] [stdout] --> src/memory.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn decode_mut(&mut self, addr: u16) -> &mut [u8] { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `execute` [INFO] [stdout] --> src/opcodes.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn execute(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x00` [INFO] [stdout] --> src/opcodes.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | pub fn opc_0x00(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x01` [INFO] [stdout] --> src/opcodes.rs:281:12 [INFO] [stdout] | [INFO] [stdout] 281 | pub fn opc_0x01(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x02` [INFO] [stdout] --> src/opcodes.rs:291:12 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn opc_0x02(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x03` [INFO] [stdout] --> src/opcodes.rs:302:12 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn opc_0x03(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x04` [INFO] [stdout] --> src/opcodes.rs:313:12 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn opc_0x04(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x05` [INFO] [stdout] --> src/opcodes.rs:324:12 [INFO] [stdout] | [INFO] [stdout] 324 | pub fn opc_0x05(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x06` [INFO] [stdout] --> src/opcodes.rs:335:12 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn opc_0x06(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x07` [INFO] [stdout] --> src/opcodes.rs:345:12 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn opc_0x07(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x08` [INFO] [stdout] --> src/opcodes.rs:356:12 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn opc_0x08(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x09` [INFO] [stdout] --> src/opcodes.rs:361:12 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn opc_0x09(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0A` [INFO] [stdout] --> src/opcodes.rs:372:12 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn opc_0x0A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0B` [INFO] [stdout] --> src/opcodes.rs:383:12 [INFO] [stdout] | [INFO] [stdout] 383 | pub fn opc_0x0B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0C` [INFO] [stdout] --> src/opcodes.rs:394:12 [INFO] [stdout] | [INFO] [stdout] 394 | pub fn opc_0x0C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0D` [INFO] [stdout] --> src/opcodes.rs:405:12 [INFO] [stdout] | [INFO] [stdout] 405 | pub fn opc_0x0D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0E` [INFO] [stdout] --> src/opcodes.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn opc_0x0E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x0F` [INFO] [stdout] --> src/opcodes.rs:426:12 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn opc_0x0F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x10` [INFO] [stdout] --> src/opcodes.rs:437:12 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn opc_0x10(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x11` [INFO] [stdout] --> src/opcodes.rs:442:12 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn opc_0x11(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x12` [INFO] [stdout] --> src/opcodes.rs:452:12 [INFO] [stdout] | [INFO] [stdout] 452 | pub fn opc_0x12(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x13` [INFO] [stdout] --> src/opcodes.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 463 | pub fn opc_0x13(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x14` [INFO] [stdout] --> src/opcodes.rs:474:12 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn opc_0x14(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x15` [INFO] [stdout] --> src/opcodes.rs:485:12 [INFO] [stdout] | [INFO] [stdout] 485 | pub fn opc_0x15(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x16` [INFO] [stdout] --> src/opcodes.rs:496:12 [INFO] [stdout] | [INFO] [stdout] 496 | pub fn opc_0x16(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x17` [INFO] [stdout] --> src/opcodes.rs:506:12 [INFO] [stdout] | [INFO] [stdout] 506 | pub fn opc_0x17(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x18` [INFO] [stdout] --> src/opcodes.rs:517:12 [INFO] [stdout] | [INFO] [stdout] 517 | pub fn opc_0x18(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x19` [INFO] [stdout] --> src/opcodes.rs:522:12 [INFO] [stdout] | [INFO] [stdout] 522 | pub fn opc_0x19(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1A` [INFO] [stdout] --> src/opcodes.rs:533:12 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn opc_0x1A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1B` [INFO] [stdout] --> src/opcodes.rs:544:12 [INFO] [stdout] | [INFO] [stdout] 544 | pub fn opc_0x1B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1C` [INFO] [stdout] --> src/opcodes.rs:555:12 [INFO] [stdout] | [INFO] [stdout] 555 | pub fn opc_0x1C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1D` [INFO] [stdout] --> src/opcodes.rs:566:12 [INFO] [stdout] | [INFO] [stdout] 566 | pub fn opc_0x1D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE7` [INFO] [stdout] --> src/opcodes.rs:2927:12 [INFO] [stdout] | [INFO] [stdout] 2927 | pub fn opc_0xE7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE8` [INFO] [stdout] --> src/opcodes.rs:2939:12 [INFO] [stdout] | [INFO] [stdout] 2939 | pub fn opc_0xE8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE9` [INFO] [stdout] --> src/opcodes.rs:2954:12 [INFO] [stdout] | [INFO] [stdout] 2954 | pub fn opc_0xE9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEA` [INFO] [stdout] --> src/opcodes.rs:2969:12 [INFO] [stdout] | [INFO] [stdout] 2969 | pub fn opc_0xEA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEB` [INFO] [stdout] --> src/opcodes.rs:2985:12 [INFO] [stdout] | [INFO] [stdout] 2985 | pub fn opc_0xEB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1E` [INFO] [stdout] --> src/opcodes.rs:577:12 [INFO] [stdout] | [INFO] [stdout] 577 | pub fn opc_0x1E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEC` [INFO] [stdout] --> src/opcodes.rs:3000:12 [INFO] [stdout] | [INFO] [stdout] 3000 | pub fn opc_0xEC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x1F` [INFO] [stdout] --> src/opcodes.rs:587:12 [INFO] [stdout] | [INFO] [stdout] 587 | pub fn opc_0x1F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x20` [INFO] [stdout] --> src/opcodes.rs:598:12 [INFO] [stdout] | [INFO] [stdout] 598 | pub fn opc_0x20(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x21` [INFO] [stdout] --> src/opcodes.rs:607:12 [INFO] [stdout] | [INFO] [stdout] 607 | pub fn opc_0x21(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xED` [INFO] [stdout] --> src/opcodes.rs:3018:12 [INFO] [stdout] | [INFO] [stdout] 3018 | pub fn opc_0xED(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x22` [INFO] [stdout] --> src/opcodes.rs:617:12 [INFO] [stdout] | [INFO] [stdout] 617 | pub fn opc_0x22(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x23` [INFO] [stdout] --> src/opcodes.rs:635:12 [INFO] [stdout] | [INFO] [stdout] 635 | pub fn opc_0x23(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x24` [INFO] [stdout] --> src/opcodes.rs:646:12 [INFO] [stdout] | [INFO] [stdout] 646 | pub fn opc_0x24(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x25` [INFO] [stdout] --> src/opcodes.rs:657:12 [INFO] [stdout] | [INFO] [stdout] 657 | pub fn opc_0x25(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEE` [INFO] [stdout] --> src/opcodes.rs:3023:12 [INFO] [stdout] | [INFO] [stdout] 3023 | pub fn opc_0xEE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x26` [INFO] [stdout] --> src/opcodes.rs:668:12 [INFO] [stdout] | [INFO] [stdout] 668 | pub fn opc_0x26(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x27` [INFO] [stdout] --> src/opcodes.rs:678:12 [INFO] [stdout] | [INFO] [stdout] 678 | pub fn opc_0x27(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x28` [INFO] [stdout] --> src/opcodes.rs:687:12 [INFO] [stdout] | [INFO] [stdout] 687 | pub fn opc_0x28(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x29` [INFO] [stdout] --> src/opcodes.rs:692:12 [INFO] [stdout] | [INFO] [stdout] 692 | pub fn opc_0x29(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEF` [INFO] [stdout] --> src/opcodes.rs:3034:12 [INFO] [stdout] | [INFO] [stdout] 3034 | pub fn opc_0xEF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2A` [INFO] [stdout] --> src/opcodes.rs:703:12 [INFO] [stdout] | [INFO] [stdout] 703 | pub fn opc_0x2A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2B` [INFO] [stdout] --> src/opcodes.rs:721:12 [INFO] [stdout] | [INFO] [stdout] 721 | pub fn opc_0x2B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF0` [INFO] [stdout] --> src/opcodes.rs:3046:12 [INFO] [stdout] | [INFO] [stdout] 3046 | pub fn opc_0xF0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2C` [INFO] [stdout] --> src/opcodes.rs:732:12 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn opc_0x2C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2D` [INFO] [stdout] --> src/opcodes.rs:743:12 [INFO] [stdout] | [INFO] [stdout] 743 | pub fn opc_0x2D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2E` [INFO] [stdout] --> src/opcodes.rs:754:12 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn opc_0x2E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF1` [INFO] [stdout] --> src/opcodes.rs:3061:12 [INFO] [stdout] | [INFO] [stdout] 3061 | pub fn opc_0xF1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x2F` [INFO] [stdout] --> src/opcodes.rs:764:12 [INFO] [stdout] | [INFO] [stdout] 764 | pub fn opc_0x2F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x30` [INFO] [stdout] --> src/opcodes.rs:774:12 [INFO] [stdout] | [INFO] [stdout] 774 | pub fn opc_0x30(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF2` [INFO] [stdout] --> src/opcodes.rs:3085:12 [INFO] [stdout] | [INFO] [stdout] 3085 | pub fn opc_0xF2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x31` [INFO] [stdout] --> src/opcodes.rs:783:12 [INFO] [stdout] | [INFO] [stdout] 783 | pub fn opc_0x31(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x32` [INFO] [stdout] --> src/opcodes.rs:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | pub fn opc_0x32(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x33` [INFO] [stdout] --> src/opcodes.rs:804:12 [INFO] [stdout] | [INFO] [stdout] 804 | pub fn opc_0x33(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x34` [INFO] [stdout] --> src/opcodes.rs:815:12 [INFO] [stdout] | [INFO] [stdout] 815 | pub fn opc_0x34(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF3` [INFO] [stdout] --> src/opcodes.rs:3101:12 [INFO] [stdout] | [INFO] [stdout] 3101 | pub fn opc_0xF3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x35` [INFO] [stdout] --> src/opcodes.rs:828:12 [INFO] [stdout] | [INFO] [stdout] 828 | pub fn opc_0x35(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x36` [INFO] [stdout] --> src/opcodes.rs:841:12 [INFO] [stdout] | [INFO] [stdout] 841 | pub fn opc_0x36(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x37` [INFO] [stdout] --> src/opcodes.rs:852:12 [INFO] [stdout] | [INFO] [stdout] 852 | pub fn opc_0x37(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF4` [INFO] [stdout] --> src/opcodes.rs:3110:12 [INFO] [stdout] | [INFO] [stdout] 3110 | pub fn opc_0xF4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x38` [INFO] [stdout] --> src/opcodes.rs:862:12 [INFO] [stdout] | [INFO] [stdout] 862 | pub fn opc_0x38(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x39` [INFO] [stdout] --> src/opcodes.rs:867:12 [INFO] [stdout] | [INFO] [stdout] 867 | pub fn opc_0x39(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3A` [INFO] [stdout] --> src/opcodes.rs:878:12 [INFO] [stdout] | [INFO] [stdout] 878 | pub fn opc_0x3A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3B` [INFO] [stdout] --> src/opcodes.rs:889:12 [INFO] [stdout] | [INFO] [stdout] 889 | pub fn opc_0x3B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF5` [INFO] [stdout] --> src/opcodes.rs:3128:12 [INFO] [stdout] | [INFO] [stdout] 3128 | pub fn opc_0xF5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3C` [INFO] [stdout] --> src/opcodes.rs:900:12 [INFO] [stdout] | [INFO] [stdout] 900 | pub fn opc_0x3C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3D` [INFO] [stdout] --> src/opcodes.rs:911:12 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn opc_0x3D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3E` [INFO] [stdout] --> src/opcodes.rs:922:12 [INFO] [stdout] | [INFO] [stdout] 922 | pub fn opc_0x3E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF6` [INFO] [stdout] --> src/opcodes.rs:3153:12 [INFO] [stdout] | [INFO] [stdout] 3153 | pub fn opc_0xF6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x3F` [INFO] [stdout] --> src/opcodes.rs:932:12 [INFO] [stdout] | [INFO] [stdout] 932 | pub fn opc_0x3F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x40` [INFO] [stdout] --> src/opcodes.rs:942:12 [INFO] [stdout] | [INFO] [stdout] 942 | pub fn opc_0x40(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x41` [INFO] [stdout] --> src/opcodes.rs:952:12 [INFO] [stdout] | [INFO] [stdout] 952 | pub fn opc_0x41(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF7` [INFO] [stdout] --> src/opcodes.rs:3164:12 [INFO] [stdout] | [INFO] [stdout] 3164 | pub fn opc_0xF7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x42` [INFO] [stdout] --> src/opcodes.rs:962:12 [INFO] [stdout] | [INFO] [stdout] 962 | pub fn opc_0x42(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x43` [INFO] [stdout] --> src/opcodes.rs:972:12 [INFO] [stdout] | [INFO] [stdout] 972 | pub fn opc_0x43(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF8` [INFO] [stdout] --> src/opcodes.rs:3176:12 [INFO] [stdout] | [INFO] [stdout] 3176 | pub fn opc_0xF8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x44` [INFO] [stdout] --> src/opcodes.rs:982:12 [INFO] [stdout] | [INFO] [stdout] 982 | pub fn opc_0x44(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x45` [INFO] [stdout] --> src/opcodes.rs:992:12 [INFO] [stdout] | [INFO] [stdout] 992 | pub fn opc_0x45(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x46` [INFO] [stdout] --> src/opcodes.rs:1002:12 [INFO] [stdout] | [INFO] [stdout] 1002 | pub fn opc_0x46(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF9` [INFO] [stdout] --> src/opcodes.rs:3191:12 [INFO] [stdout] | [INFO] [stdout] 3191 | pub fn opc_0xF9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x47` [INFO] [stdout] --> src/opcodes.rs:1013:12 [INFO] [stdout] | [INFO] [stdout] 1013 | pub fn opc_0x47(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x48` [INFO] [stdout] --> src/opcodes.rs:1023:12 [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn opc_0x48(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x49` [INFO] [stdout] --> src/opcodes.rs:1033:12 [INFO] [stdout] | [INFO] [stdout] 1033 | pub fn opc_0x49(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFA` [INFO] [stdout] --> src/opcodes.rs:3201:12 [INFO] [stdout] | [INFO] [stdout] 3201 | pub fn opc_0xFA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4A` [INFO] [stdout] --> src/opcodes.rs:1043:12 [INFO] [stdout] | [INFO] [stdout] 1043 | pub fn opc_0x4A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4B` [INFO] [stdout] --> src/opcodes.rs:1053:12 [INFO] [stdout] | [INFO] [stdout] 1053 | pub fn opc_0x4B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4C` [INFO] [stdout] --> src/opcodes.rs:1063:12 [INFO] [stdout] | [INFO] [stdout] 1063 | pub fn opc_0x4C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFB` [INFO] [stdout] --> src/opcodes.rs:3217:12 [INFO] [stdout] | [INFO] [stdout] 3217 | pub fn opc_0xFB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4D` [INFO] [stdout] --> src/opcodes.rs:1073:12 [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn opc_0x4D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4E` [INFO] [stdout] --> src/opcodes.rs:1083:12 [INFO] [stdout] | [INFO] [stdout] 1083 | pub fn opc_0x4E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFC` [INFO] [stdout] --> src/opcodes.rs:3226:12 [INFO] [stdout] | [INFO] [stdout] 3226 | pub fn opc_0xFC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFD` [INFO] [stdout] --> src/opcodes.rs:3244:12 [INFO] [stdout] | [INFO] [stdout] 3244 | pub fn opc_0xFD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x4F` [INFO] [stdout] --> src/opcodes.rs:1094:12 [INFO] [stdout] | [INFO] [stdout] 1094 | pub fn opc_0x4F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFE` [INFO] [stdout] --> src/opcodes.rs:3249:12 [INFO] [stdout] | [INFO] [stdout] 3249 | pub fn opc_0xFE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x50` [INFO] [stdout] --> src/opcodes.rs:1104:12 [INFO] [stdout] | [INFO] [stdout] 1104 | pub fn opc_0x50(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFF` [INFO] [stdout] --> src/opcodes.rs:3259:12 [INFO] [stdout] | [INFO] [stdout] 3259 | pub fn opc_0xFF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x51` [INFO] [stdout] --> src/opcodes.rs:1114:12 [INFO] [stdout] | [INFO] [stdout] 1114 | pub fn opc_0x51(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x52` [INFO] [stdout] --> src/opcodes.rs:1124:12 [INFO] [stdout] | [INFO] [stdout] 1124 | pub fn opc_0x52(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x53` [INFO] [stdout] --> src/opcodes.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | pub fn opc_0x53(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x54` [INFO] [stdout] --> src/opcodes.rs:1144:12 [INFO] [stdout] | [INFO] [stdout] 1144 | pub fn opc_0x54(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x55` [INFO] [stdout] --> src/opcodes.rs:1154:12 [INFO] [stdout] | [INFO] [stdout] 1154 | pub fn opc_0x55(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x56` [INFO] [stdout] --> src/opcodes.rs:1164:12 [INFO] [stdout] | [INFO] [stdout] 1164 | pub fn opc_0x56(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x57` [INFO] [stdout] --> src/opcodes.rs:1175:12 [INFO] [stdout] | [INFO] [stdout] 1175 | pub fn opc_0x57(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x58` [INFO] [stdout] --> src/opcodes.rs:1185:12 [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn opc_0x58(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x59` [INFO] [stdout] --> src/opcodes.rs:1195:12 [INFO] [stdout] | [INFO] [stdout] 1195 | pub fn opc_0x59(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5A` [INFO] [stdout] --> src/opcodes.rs:1205:12 [INFO] [stdout] | [INFO] [stdout] 1205 | pub fn opc_0x5A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5B` [INFO] [stdout] --> src/opcodes.rs:1215:12 [INFO] [stdout] | [INFO] [stdout] 1215 | pub fn opc_0x5B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5C` [INFO] [stdout] --> src/opcodes.rs:1225:12 [INFO] [stdout] | [INFO] [stdout] 1225 | pub fn opc_0x5C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5D` [INFO] [stdout] --> src/opcodes.rs:1235:12 [INFO] [stdout] | [INFO] [stdout] 1235 | pub fn opc_0x5D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5E` [INFO] [stdout] --> src/opcodes.rs:1245:12 [INFO] [stdout] | [INFO] [stdout] 1245 | pub fn opc_0x5E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x5F` [INFO] [stdout] --> src/opcodes.rs:1256:12 [INFO] [stdout] | [INFO] [stdout] 1256 | pub fn opc_0x5F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `range_contains` has been stable since 1.35.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(range_contains)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x60` [INFO] [stdout] --> src/opcodes.rs:1266:12 [INFO] [stdout] | [INFO] [stdout] 1266 | pub fn opc_0x60(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x61` [INFO] [stdout] --> src/opcodes.rs:1276:12 [INFO] [stdout] | [INFO] [stdout] 1276 | pub fn opc_0x61(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x62` [INFO] [stdout] --> src/opcodes.rs:1286:12 [INFO] [stdout] | [INFO] [stdout] 1286 | pub fn opc_0x62(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x63` [INFO] [stdout] --> src/opcodes.rs:1296:12 [INFO] [stdout] | [INFO] [stdout] 1296 | pub fn opc_0x63(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x64` [INFO] [stdout] --> src/opcodes.rs:1306:12 [INFO] [stdout] | [INFO] [stdout] 1306 | pub fn opc_0x64(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x65` [INFO] [stdout] --> src/opcodes.rs:1316:12 [INFO] [stdout] | [INFO] [stdout] 1316 | pub fn opc_0x65(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x66` [INFO] [stdout] --> src/opcodes.rs:1326:12 [INFO] [stdout] | [INFO] [stdout] 1326 | pub fn opc_0x66(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x67` [INFO] [stdout] --> src/opcodes.rs:1337:12 [INFO] [stdout] | [INFO] [stdout] 1337 | pub fn opc_0x67(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x68` [INFO] [stdout] --> src/opcodes.rs:1347:12 [INFO] [stdout] | [INFO] [stdout] 1347 | pub fn opc_0x68(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x69` [INFO] [stdout] --> src/opcodes.rs:1357:12 [INFO] [stdout] | [INFO] [stdout] 1357 | pub fn opc_0x69(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6A` [INFO] [stdout] --> src/opcodes.rs:1367:12 [INFO] [stdout] | [INFO] [stdout] 1367 | pub fn opc_0x6A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6B` [INFO] [stdout] --> src/opcodes.rs:1377:12 [INFO] [stdout] | [INFO] [stdout] 1377 | pub fn opc_0x6B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6C` [INFO] [stdout] --> src/opcodes.rs:1387:12 [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn opc_0x6C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6D` [INFO] [stdout] --> src/opcodes.rs:1397:12 [INFO] [stdout] | [INFO] [stdout] 1397 | pub fn opc_0x6D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6E` [INFO] [stdout] --> src/opcodes.rs:1407:12 [INFO] [stdout] | [INFO] [stdout] 1407 | pub fn opc_0x6E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x6F` [INFO] [stdout] --> src/opcodes.rs:1418:12 [INFO] [stdout] | [INFO] [stdout] 1418 | pub fn opc_0x6F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x70` [INFO] [stdout] --> src/opcodes.rs:1428:12 [INFO] [stdout] | [INFO] [stdout] 1428 | pub fn opc_0x70(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x71` [INFO] [stdout] --> src/opcodes.rs:1439:12 [INFO] [stdout] | [INFO] [stdout] 1439 | pub fn opc_0x71(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x72` [INFO] [stdout] --> src/opcodes.rs:1450:12 [INFO] [stdout] | [INFO] [stdout] 1450 | pub fn opc_0x72(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x73` [INFO] [stdout] --> src/opcodes.rs:1461:12 [INFO] [stdout] | [INFO] [stdout] 1461 | pub fn opc_0x73(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x74` [INFO] [stdout] --> src/opcodes.rs:1472:12 [INFO] [stdout] | [INFO] [stdout] 1472 | pub fn opc_0x74(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x75` [INFO] [stdout] --> src/opcodes.rs:1483:12 [INFO] [stdout] | [INFO] [stdout] 1483 | pub fn opc_0x75(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x76` [INFO] [stdout] --> src/opcodes.rs:1494:12 [INFO] [stdout] | [INFO] [stdout] 1494 | pub fn opc_0x76(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x77` [INFO] [stdout] --> src/opcodes.rs:1503:12 [INFO] [stdout] | [INFO] [stdout] 1503 | pub fn opc_0x77(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x78` [INFO] [stdout] --> src/opcodes.rs:1514:12 [INFO] [stdout] | [INFO] [stdout] 1514 | pub fn opc_0x78(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/ui/mod.rs:344:11 [INFO] [stdout] | [INFO] [stdout] 344 | ].into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x79` [INFO] [stdout] --> src/opcodes.rs:1524:12 [INFO] [stdout] | [INFO] [stdout] 1524 | pub fn opc_0x79(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7A` [INFO] [stdout] --> src/opcodes.rs:1534:12 [INFO] [stdout] | [INFO] [stdout] 1534 | pub fn opc_0x7A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7B` [INFO] [stdout] --> src/opcodes.rs:1544:12 [INFO] [stdout] | [INFO] [stdout] 1544 | pub fn opc_0x7B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7C` [INFO] [stdout] --> src/opcodes.rs:1554:12 [INFO] [stdout] | [INFO] [stdout] 1554 | pub fn opc_0x7C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7D` [INFO] [stdout] --> src/opcodes.rs:1564:12 [INFO] [stdout] | [INFO] [stdout] 1564 | pub fn opc_0x7D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7E` [INFO] [stdout] --> src/opcodes.rs:1574:12 [INFO] [stdout] | [INFO] [stdout] 1574 | pub fn opc_0x7E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x7F` [INFO] [stdout] --> src/opcodes.rs:1585:12 [INFO] [stdout] | [INFO] [stdout] 1585 | pub fn opc_0x7F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x80` [INFO] [stdout] --> src/opcodes.rs:1595:12 [INFO] [stdout] | [INFO] [stdout] 1595 | pub fn opc_0x80(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x81` [INFO] [stdout] --> src/opcodes.rs:1606:12 [INFO] [stdout] | [INFO] [stdout] 1606 | pub fn opc_0x81(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x82` [INFO] [stdout] --> src/opcodes.rs:1617:12 [INFO] [stdout] | [INFO] [stdout] 1617 | pub fn opc_0x82(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x83` [INFO] [stdout] --> src/opcodes.rs:1628:12 [INFO] [stdout] | [INFO] [stdout] 1628 | pub fn opc_0x83(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x84` [INFO] [stdout] --> src/opcodes.rs:1639:12 [INFO] [stdout] | [INFO] [stdout] 1639 | pub fn opc_0x84(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x85` [INFO] [stdout] --> src/opcodes.rs:1650:12 [INFO] [stdout] | [INFO] [stdout] 1650 | pub fn opc_0x85(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x86` [INFO] [stdout] --> src/opcodes.rs:1661:12 [INFO] [stdout] | [INFO] [stdout] 1661 | pub fn opc_0x86(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x87` [INFO] [stdout] --> src/opcodes.rs:1673:12 [INFO] [stdout] | [INFO] [stdout] 1673 | pub fn opc_0x87(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x88` [INFO] [stdout] --> src/opcodes.rs:1684:12 [INFO] [stdout] | [INFO] [stdout] 1684 | pub fn opc_0x88(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x89` [INFO] [stdout] --> src/opcodes.rs:1696:12 [INFO] [stdout] | [INFO] [stdout] 1696 | pub fn opc_0x89(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8A` [INFO] [stdout] --> src/opcodes.rs:1708:12 [INFO] [stdout] | [INFO] [stdout] 1708 | pub fn opc_0x8A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8B` [INFO] [stdout] --> src/opcodes.rs:1720:12 [INFO] [stdout] | [INFO] [stdout] 1720 | pub fn opc_0x8B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8C` [INFO] [stdout] --> src/opcodes.rs:1732:12 [INFO] [stdout] | [INFO] [stdout] 1732 | pub fn opc_0x8C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8D` [INFO] [stdout] --> src/opcodes.rs:1744:12 [INFO] [stdout] | [INFO] [stdout] 1744 | pub fn opc_0x8D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8E` [INFO] [stdout] --> src/opcodes.rs:1756:12 [INFO] [stdout] | [INFO] [stdout] 1756 | pub fn opc_0x8E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x8F` [INFO] [stdout] --> src/opcodes.rs:1769:12 [INFO] [stdout] | [INFO] [stdout] 1769 | pub fn opc_0x8F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x90` [INFO] [stdout] --> src/opcodes.rs:1781:12 [INFO] [stdout] | [INFO] [stdout] 1781 | pub fn opc_0x90(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x91` [INFO] [stdout] --> src/opcodes.rs:1792:12 [INFO] [stdout] | [INFO] [stdout] 1792 | pub fn opc_0x91(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x92` [INFO] [stdout] --> src/opcodes.rs:1803:12 [INFO] [stdout] | [INFO] [stdout] 1803 | pub fn opc_0x92(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x93` [INFO] [stdout] --> src/opcodes.rs:1814:12 [INFO] [stdout] | [INFO] [stdout] 1814 | pub fn opc_0x93(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x94` [INFO] [stdout] --> src/opcodes.rs:1825:12 [INFO] [stdout] | [INFO] [stdout] 1825 | pub fn opc_0x94(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x95` [INFO] [stdout] --> src/opcodes.rs:1836:12 [INFO] [stdout] | [INFO] [stdout] 1836 | pub fn opc_0x95(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x96` [INFO] [stdout] --> src/opcodes.rs:1847:12 [INFO] [stdout] | [INFO] [stdout] 1847 | pub fn opc_0x96(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x97` [INFO] [stdout] --> src/opcodes.rs:1859:12 [INFO] [stdout] | [INFO] [stdout] 1859 | pub fn opc_0x97(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x98` [INFO] [stdout] --> src/opcodes.rs:1870:12 [INFO] [stdout] | [INFO] [stdout] 1870 | pub fn opc_0x98(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x99` [INFO] [stdout] --> src/opcodes.rs:1882:12 [INFO] [stdout] | [INFO] [stdout] 1882 | pub fn opc_0x99(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9A` [INFO] [stdout] --> src/opcodes.rs:1894:12 [INFO] [stdout] | [INFO] [stdout] 1894 | pub fn opc_0x9A(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9B` [INFO] [stdout] --> src/opcodes.rs:1906:12 [INFO] [stdout] | [INFO] [stdout] 1906 | pub fn opc_0x9B(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9C` [INFO] [stdout] --> src/opcodes.rs:1918:12 [INFO] [stdout] | [INFO] [stdout] 1918 | pub fn opc_0x9C(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9D` [INFO] [stdout] --> src/opcodes.rs:1930:12 [INFO] [stdout] | [INFO] [stdout] 1930 | pub fn opc_0x9D(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9E` [INFO] [stdout] --> src/opcodes.rs:1942:12 [INFO] [stdout] | [INFO] [stdout] 1942 | pub fn opc_0x9E(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0x9F` [INFO] [stdout] --> src/opcodes.rs:1955:12 [INFO] [stdout] | [INFO] [stdout] 1955 | pub fn opc_0x9F(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA0` [INFO] [stdout] --> src/opcodes.rs:1967:12 [INFO] [stdout] | [INFO] [stdout] 1967 | pub fn opc_0xA0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA1` [INFO] [stdout] --> src/opcodes.rs:1978:12 [INFO] [stdout] | [INFO] [stdout] 1978 | pub fn opc_0xA1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA2` [INFO] [stdout] --> src/opcodes.rs:1989:12 [INFO] [stdout] | [INFO] [stdout] 1989 | pub fn opc_0xA2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA3` [INFO] [stdout] --> src/opcodes.rs:2000:12 [INFO] [stdout] | [INFO] [stdout] 2000 | pub fn opc_0xA3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA4` [INFO] [stdout] --> src/opcodes.rs:2011:12 [INFO] [stdout] | [INFO] [stdout] 2011 | pub fn opc_0xA4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA5` [INFO] [stdout] --> src/opcodes.rs:2022:12 [INFO] [stdout] | [INFO] [stdout] 2022 | pub fn opc_0xA5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA6` [INFO] [stdout] --> src/opcodes.rs:2033:12 [INFO] [stdout] | [INFO] [stdout] 2033 | pub fn opc_0xA6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA7` [INFO] [stdout] --> src/opcodes.rs:2045:12 [INFO] [stdout] | [INFO] [stdout] 2045 | pub fn opc_0xA7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA8` [INFO] [stdout] --> src/opcodes.rs:2056:12 [INFO] [stdout] | [INFO] [stdout] 2056 | pub fn opc_0xA8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xA9` [INFO] [stdout] --> src/opcodes.rs:2067:12 [INFO] [stdout] | [INFO] [stdout] 2067 | pub fn opc_0xA9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAA` [INFO] [stdout] --> src/opcodes.rs:2078:12 [INFO] [stdout] | [INFO] [stdout] 2078 | pub fn opc_0xAA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAB` [INFO] [stdout] --> src/opcodes.rs:2089:12 [INFO] [stdout] | [INFO] [stdout] 2089 | pub fn opc_0xAB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAC` [INFO] [stdout] --> src/opcodes.rs:2100:12 [INFO] [stdout] | [INFO] [stdout] 2100 | pub fn opc_0xAC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAD` [INFO] [stdout] --> src/opcodes.rs:2111:12 [INFO] [stdout] | [INFO] [stdout] 2111 | pub fn opc_0xAD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAE` [INFO] [stdout] --> src/opcodes.rs:2122:12 [INFO] [stdout] | [INFO] [stdout] 2122 | pub fn opc_0xAE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xAF` [INFO] [stdout] --> src/opcodes.rs:2134:12 [INFO] [stdout] | [INFO] [stdout] 2134 | pub fn opc_0xAF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB0` [INFO] [stdout] --> src/opcodes.rs:2145:12 [INFO] [stdout] | [INFO] [stdout] 2145 | pub fn opc_0xB0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB1` [INFO] [stdout] --> src/opcodes.rs:2156:12 [INFO] [stdout] | [INFO] [stdout] 2156 | pub fn opc_0xB1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB2` [INFO] [stdout] --> src/opcodes.rs:2167:12 [INFO] [stdout] | [INFO] [stdout] 2167 | pub fn opc_0xB2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB3` [INFO] [stdout] --> src/opcodes.rs:2178:12 [INFO] [stdout] | [INFO] [stdout] 2178 | pub fn opc_0xB3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB4` [INFO] [stdout] --> src/opcodes.rs:2189:12 [INFO] [stdout] | [INFO] [stdout] 2189 | pub fn opc_0xB4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB5` [INFO] [stdout] --> src/opcodes.rs:2200:12 [INFO] [stdout] | [INFO] [stdout] 2200 | pub fn opc_0xB5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB6` [INFO] [stdout] --> src/opcodes.rs:2211:12 [INFO] [stdout] | [INFO] [stdout] 2211 | pub fn opc_0xB6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB7` [INFO] [stdout] --> src/opcodes.rs:2223:12 [INFO] [stdout] | [INFO] [stdout] 2223 | pub fn opc_0xB7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB8` [INFO] [stdout] --> src/opcodes.rs:2234:12 [INFO] [stdout] | [INFO] [stdout] 2234 | pub fn opc_0xB8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xB9` [INFO] [stdout] --> src/opcodes.rs:2244:12 [INFO] [stdout] | [INFO] [stdout] 2244 | pub fn opc_0xB9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBA` [INFO] [stdout] --> src/opcodes.rs:2254:12 [INFO] [stdout] | [INFO] [stdout] 2254 | pub fn opc_0xBA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBB` [INFO] [stdout] --> src/opcodes.rs:2264:12 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn opc_0xBB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBC` [INFO] [stdout] --> src/opcodes.rs:2274:12 [INFO] [stdout] | [INFO] [stdout] 2274 | pub fn opc_0xBC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBD` [INFO] [stdout] --> src/opcodes.rs:2284:12 [INFO] [stdout] | [INFO] [stdout] 2284 | pub fn opc_0xBD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBE` [INFO] [stdout] --> src/opcodes.rs:2294:12 [INFO] [stdout] | [INFO] [stdout] 2294 | pub fn opc_0xBE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xBF` [INFO] [stdout] --> src/opcodes.rs:2305:12 [INFO] [stdout] | [INFO] [stdout] 2305 | pub fn opc_0xBF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC0` [INFO] [stdout] --> src/opcodes.rs:2315:12 [INFO] [stdout] | [INFO] [stdout] 2315 | pub fn opc_0xC0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC1` [INFO] [stdout] --> src/opcodes.rs:2330:12 [INFO] [stdout] | [INFO] [stdout] 2330 | pub fn opc_0xC1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC2` [INFO] [stdout] --> src/opcodes.rs:2354:12 [INFO] [stdout] | [INFO] [stdout] 2354 | pub fn opc_0xC2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC3` [INFO] [stdout] --> src/opcodes.rs:2370:12 [INFO] [stdout] | [INFO] [stdout] 2370 | pub fn opc_0xC3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC4` [INFO] [stdout] --> src/opcodes.rs:2380:12 [INFO] [stdout] | [INFO] [stdout] 2380 | pub fn opc_0xC4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC5` [INFO] [stdout] --> src/opcodes.rs:2398:12 [INFO] [stdout] | [INFO] [stdout] 2398 | pub fn opc_0xC5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC6` [INFO] [stdout] --> src/opcodes.rs:2423:12 [INFO] [stdout] | [INFO] [stdout] 2423 | pub fn opc_0xC6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC7` [INFO] [stdout] --> src/opcodes.rs:2434:12 [INFO] [stdout] | [INFO] [stdout] 2434 | pub fn opc_0xC7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC8` [INFO] [stdout] --> src/opcodes.rs:2446:12 [INFO] [stdout] | [INFO] [stdout] 2446 | pub fn opc_0xC8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xC9` [INFO] [stdout] --> src/opcodes.rs:2461:12 [INFO] [stdout] | [INFO] [stdout] 2461 | pub fn opc_0xC9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCA` [INFO] [stdout] --> src/opcodes.rs:2485:12 [INFO] [stdout] | [INFO] [stdout] 2485 | pub fn opc_0xCA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCB` [INFO] [stdout] --> src/opcodes.rs:2501:12 [INFO] [stdout] | [INFO] [stdout] 2501 | pub fn opc_0xCB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCC` [INFO] [stdout] --> src/opcodes.rs:2506:12 [INFO] [stdout] | [INFO] [stdout] 2506 | pub fn opc_0xCC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCD` [INFO] [stdout] --> src/opcodes.rs:2524:12 [INFO] [stdout] | [INFO] [stdout] 2524 | pub fn opc_0xCD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCE` [INFO] [stdout] --> src/opcodes.rs:2554:12 [INFO] [stdout] | [INFO] [stdout] 2554 | pub fn opc_0xCE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xCF` [INFO] [stdout] --> src/opcodes.rs:2566:12 [INFO] [stdout] | [INFO] [stdout] 2566 | pub fn opc_0xCF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD0` [INFO] [stdout] --> src/opcodes.rs:2578:12 [INFO] [stdout] | [INFO] [stdout] 2578 | pub fn opc_0xD0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD1` [INFO] [stdout] --> src/opcodes.rs:2593:12 [INFO] [stdout] | [INFO] [stdout] 2593 | pub fn opc_0xD1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD2` [INFO] [stdout] --> src/opcodes.rs:2617:12 [INFO] [stdout] | [INFO] [stdout] 2617 | pub fn opc_0xD2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD3` [INFO] [stdout] --> src/opcodes.rs:2633:12 [INFO] [stdout] | [INFO] [stdout] 2633 | pub fn opc_0xD3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD4` [INFO] [stdout] --> src/opcodes.rs:2642:12 [INFO] [stdout] | [INFO] [stdout] 2642 | pub fn opc_0xD4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD5` [INFO] [stdout] --> src/opcodes.rs:2660:12 [INFO] [stdout] | [INFO] [stdout] 2660 | pub fn opc_0xD5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD6` [INFO] [stdout] --> src/opcodes.rs:2685:12 [INFO] [stdout] | [INFO] [stdout] 2685 | pub fn opc_0xD6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD7` [INFO] [stdout] --> src/opcodes.rs:2696:12 [INFO] [stdout] | [INFO] [stdout] 2696 | pub fn opc_0xD7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD8` [INFO] [stdout] --> src/opcodes.rs:2708:12 [INFO] [stdout] | [INFO] [stdout] 2708 | pub fn opc_0xD8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xD9` [INFO] [stdout] --> src/opcodes.rs:2723:12 [INFO] [stdout] | [INFO] [stdout] 2723 | pub fn opc_0xD9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDA` [INFO] [stdout] --> src/opcodes.rs:2728:12 [INFO] [stdout] | [INFO] [stdout] 2728 | pub fn opc_0xDA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDB` [INFO] [stdout] --> src/opcodes.rs:2744:12 [INFO] [stdout] | [INFO] [stdout] 2744 | pub fn opc_0xDB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDC` [INFO] [stdout] --> src/opcodes.rs:2753:12 [INFO] [stdout] | [INFO] [stdout] 2753 | pub fn opc_0xDC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDD` [INFO] [stdout] --> src/opcodes.rs:2771:12 [INFO] [stdout] | [INFO] [stdout] 2771 | pub fn opc_0xDD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDE` [INFO] [stdout] --> src/opcodes.rs:2776:12 [INFO] [stdout] | [INFO] [stdout] 2776 | pub fn opc_0xDE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xDF` [INFO] [stdout] --> src/opcodes.rs:2788:12 [INFO] [stdout] | [INFO] [stdout] 2788 | pub fn opc_0xDF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE0` [INFO] [stdout] --> src/opcodes.rs:2800:12 [INFO] [stdout] | [INFO] [stdout] 2800 | pub fn opc_0xE0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE1` [INFO] [stdout] --> src/opcodes.rs:2815:12 [INFO] [stdout] | [INFO] [stdout] 2815 | pub fn opc_0xE1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE2` [INFO] [stdout] --> src/opcodes.rs:2839:12 [INFO] [stdout] | [INFO] [stdout] 2839 | pub fn opc_0xE2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE3` [INFO] [stdout] --> src/opcodes.rs:2855:12 [INFO] [stdout] | [INFO] [stdout] 2855 | pub fn opc_0xE3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE4` [INFO] [stdout] --> src/opcodes.rs:2873:12 [INFO] [stdout] | [INFO] [stdout] 2873 | pub fn opc_0xE4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE5` [INFO] [stdout] --> src/opcodes.rs:2891:12 [INFO] [stdout] | [INFO] [stdout] 2891 | pub fn opc_0xE5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE6` [INFO] [stdout] --> src/opcodes.rs:2916:12 [INFO] [stdout] | [INFO] [stdout] 2916 | pub fn opc_0xE6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE7` [INFO] [stdout] --> src/opcodes.rs:2927:12 [INFO] [stdout] | [INFO] [stdout] 2927 | pub fn opc_0xE7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE8` [INFO] [stdout] --> src/opcodes.rs:2939:12 [INFO] [stdout] | [INFO] [stdout] 2939 | pub fn opc_0xE8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xE9` [INFO] [stdout] --> src/opcodes.rs:2954:12 [INFO] [stdout] | [INFO] [stdout] 2954 | pub fn opc_0xE9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEA` [INFO] [stdout] --> src/opcodes.rs:2969:12 [INFO] [stdout] | [INFO] [stdout] 2969 | pub fn opc_0xEA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEB` [INFO] [stdout] --> src/opcodes.rs:2985:12 [INFO] [stdout] | [INFO] [stdout] 2985 | pub fn opc_0xEB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEC` [INFO] [stdout] --> src/opcodes.rs:3000:12 [INFO] [stdout] | [INFO] [stdout] 3000 | pub fn opc_0xEC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xED` [INFO] [stdout] --> src/opcodes.rs:3018:12 [INFO] [stdout] | [INFO] [stdout] 3018 | pub fn opc_0xED(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEE` [INFO] [stdout] --> src/opcodes.rs:3023:12 [INFO] [stdout] | [INFO] [stdout] 3023 | pub fn opc_0xEE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xEF` [INFO] [stdout] --> src/opcodes.rs:3034:12 [INFO] [stdout] | [INFO] [stdout] 3034 | pub fn opc_0xEF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF0` [INFO] [stdout] --> src/opcodes.rs:3046:12 [INFO] [stdout] | [INFO] [stdout] 3046 | pub fn opc_0xF0(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF1` [INFO] [stdout] --> src/opcodes.rs:3061:12 [INFO] [stdout] | [INFO] [stdout] 3061 | pub fn opc_0xF1(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF2` [INFO] [stdout] --> src/opcodes.rs:3085:12 [INFO] [stdout] | [INFO] [stdout] 3085 | pub fn opc_0xF2(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF3` [INFO] [stdout] --> src/opcodes.rs:3101:12 [INFO] [stdout] | [INFO] [stdout] 3101 | pub fn opc_0xF3(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF4` [INFO] [stdout] --> src/opcodes.rs:3110:12 [INFO] [stdout] | [INFO] [stdout] 3110 | pub fn opc_0xF4(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF5` [INFO] [stdout] --> src/opcodes.rs:3128:12 [INFO] [stdout] | [INFO] [stdout] 3128 | pub fn opc_0xF5(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF6` [INFO] [stdout] --> src/opcodes.rs:3153:12 [INFO] [stdout] | [INFO] [stdout] 3153 | pub fn opc_0xF6(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF7` [INFO] [stdout] --> src/opcodes.rs:3164:12 [INFO] [stdout] | [INFO] [stdout] 3164 | pub fn opc_0xF7(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF8` [INFO] [stdout] --> src/opcodes.rs:3176:12 [INFO] [stdout] | [INFO] [stdout] 3176 | pub fn opc_0xF8(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xF9` [INFO] [stdout] --> src/opcodes.rs:3191:12 [INFO] [stdout] | [INFO] [stdout] 3191 | pub fn opc_0xF9(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFA` [INFO] [stdout] --> src/opcodes.rs:3201:12 [INFO] [stdout] | [INFO] [stdout] 3201 | pub fn opc_0xFA(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFB` [INFO] [stdout] --> src/opcodes.rs:3217:12 [INFO] [stdout] | [INFO] [stdout] 3217 | pub fn opc_0xFB(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFC` [INFO] [stdout] --> src/opcodes.rs:3226:12 [INFO] [stdout] | [INFO] [stdout] 3226 | pub fn opc_0xFC(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFD` [INFO] [stdout] --> src/opcodes.rs:3244:12 [INFO] [stdout] | [INFO] [stdout] 3244 | pub fn opc_0xFD(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFE` [INFO] [stdout] --> src/opcodes.rs:3249:12 [INFO] [stdout] | [INFO] [stdout] 3249 | pub fn opc_0xFE(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `opc_0xFF` [INFO] [stdout] --> src/opcodes.rs:3259:12 [INFO] [stdout] | [INFO] [stdout] 3259 | pub fn opc_0xFF(&mut self, instr: &Instruction) -> u16 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `range_contains` has been stable since 1.35.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(range_contains)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/ui/mod.rs:344:11 [INFO] [stdout] | [INFO] [stdout] 344 | ].into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 296 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 296 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.21s [INFO] running `Command { std: "docker" "inspect" "89dcf84e7035e89fcb134c5dec15d746da2a0eeb2e1ec0f8a2aa355d4b88e94a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89dcf84e7035e89fcb134c5dec15d746da2a0eeb2e1ec0f8a2aa355d4b88e94a", kill_on_drop: false }` [INFO] [stdout] 89dcf84e7035e89fcb134c5dec15d746da2a0eeb2e1ec0f8a2aa355d4b88e94a