[INFO] cloning repository https://github.com/christ776/Rust-Z80 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christ776/Rust-Z80" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrist776%2FRust-Z80", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrist776%2FRust-Z80'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4154da8ca045fd13c7c424d1f8a2e6ffeca49e43 [INFO] checking christ776/Rust-Z80 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchrist776%2FRust-Z80" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/christ776/Rust-Z80 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/christ776/Rust-Z80 [INFO] finished tweaking git repo https://github.com/christ776/Rust-Z80 [INFO] tweaked toml for git repo https://github.com/christ776/Rust-Z80 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/christ776/Rust-Z80 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7174e683dbf0ecfda487fa7ea560c69ba4e24c6db9b92727c79c948d1124814d [INFO] running `Command { std: "docker" "start" "-a" "7174e683dbf0ecfda487fa7ea560c69ba4e24c6db9b92727c79c948d1124814d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7174e683dbf0ecfda487fa7ea560c69ba4e24c6db9b92727c79c948d1124814d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7174e683dbf0ecfda487fa7ea560c69ba4e24c6db9b92727c79c948d1124814d", kill_on_drop: false }` [INFO] [stdout] 7174e683dbf0ecfda487fa7ea560c69ba4e24c6db9b92727c79c948d1124814d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 0997dd7b7514e466702af1145be194baec5d3eef3bf89f43bdadb514d890c35e [INFO] running `Command { std: "docker" "start" "-a" "0997dd7b7514e466702af1145be194baec5d3eef3bf89f43bdadb514d890c35e", kill_on_drop: false }` [INFO] [stderr] Checking Z80 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | ((self.b as u8 as u16) << 8 as u16 | self.c as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | ((self.d as u8 as u16) << 8 as u16 | self.e as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | ((self.b as u8 as u16) << 8 as u16 | self.c as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | ((self.d as u8 as u16) << 8 as u16 | self.e as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn out(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `s` is never read [INFO] [stdout] --> src/z80.rs:342:9 [INFO] [stdout] | [INFO] [stdout] 342 | let mut s = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `reg` is never read [INFO] [stdout] --> src/z80.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let mut reg = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `r` is assigned to, but never used [INFO] [stdout] --> src/z80.rs:586:9 [INFO] [stdout] | [INFO] [stdout] 586 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_r` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:589:9 [INFO] [stdout] | [INFO] [stdout] 589 | r = self.a as u8; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:782:11 [INFO] [stdout] | [INFO] [stdout] 782 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `res` is never read [INFO] [stdout] --> src/z80.rs:826:11 [INFO] [stdout] | [INFO] [stdout] 826 | let mut res: u16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:827:11 [INFO] [stdout] | [INFO] [stdout] 827 | let mut r: u8 = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:1003:27 [INFO] [stdout] | [INFO] [stdout] 1003 | pub fn sub_n(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1145:11 [INFO] [stdout] | [INFO] [stdout] 1145 | let mut result: i8 = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1174:9 [INFO] [stdout] | [INFO] [stdout] 1174 | let mut result = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:1340:11 [INFO] [stdout] | [INFO] [stdout] 1340 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn out(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `s` is never read [INFO] [stdout] --> src/z80.rs:342:9 [INFO] [stdout] | [INFO] [stdout] 342 | let mut s = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `reg` is never read [INFO] [stdout] --> src/z80.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let mut reg = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `r` is assigned to, but never used [INFO] [stdout] --> src/z80.rs:586:9 [INFO] [stdout] | [INFO] [stdout] 586 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_r` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:589:9 [INFO] [stdout] | [INFO] [stdout] 589 | r = self.a as u8; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:782:11 [INFO] [stdout] | [INFO] [stdout] 782 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `res` is never read [INFO] [stdout] --> src/z80.rs:826:11 [INFO] [stdout] | [INFO] [stdout] 826 | let mut res: u16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:827:11 [INFO] [stdout] | [INFO] [stdout] 827 | let mut r: u8 = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:1003:27 [INFO] [stdout] | [INFO] [stdout] 1003 | pub fn sub_n(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1145:11 [INFO] [stdout] | [INFO] [stdout] 1145 | let mut result: i8 = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1174:9 [INFO] [stdout] | [INFO] [stdout] 1174 | let mut result = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:1340:11 [INFO] [stdout] | [INFO] [stdout] 1340 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:285:47 [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:296:47 [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:308:43 [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:347:42 [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:377:41 [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:422:65 [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:580:41 [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:285:47 [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:592:41 [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:296:47 [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:637:41 [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:308:43 [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:664:41 [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:682:41 [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:347:42 [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:718:41 [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:377:41 [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1045:41 [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:422:65 [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1137:45 [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:580:41 [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1205:42 [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:592:41 [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1270:45 [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:637:41 [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1306:41 [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1334:45 [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:664:41 [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1363:45 [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:682:41 [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1552:45 [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1601:42 [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Z80` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `z80` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:718:41 [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1045:41 [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1137:45 [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1205:42 [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1270:45 [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1306:41 [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1334:45 [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1363:45 [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1552:45 [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1601:42 [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Z80` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `z80` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | ((self.b as u8 as u16) << 8 as u16 | self.c as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | ((self.d as u8 as u16) << 8 as u16 | self.e as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | ((self.b as u8 as u16) << 8 as u16 | self.c as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/z80.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | ((self.d as u8 as u16) << 8 as u16 | self.e as u8 as u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn out(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `s` is never read [INFO] [stdout] --> src/z80.rs:342:9 [INFO] [stdout] | [INFO] [stdout] 342 | let mut s = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `reg` is never read [INFO] [stdout] --> src/z80.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let mut reg = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `r` is assigned to, but never used [INFO] [stdout] --> src/z80.rs:586:9 [INFO] [stdout] | [INFO] [stdout] 586 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_r` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:589:9 [INFO] [stdout] | [INFO] [stdout] 589 | r = self.a as u8; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:782:11 [INFO] [stdout] | [INFO] [stdout] 782 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `res` is never read [INFO] [stdout] --> src/z80.rs:826:11 [INFO] [stdout] | [INFO] [stdout] 826 | let mut res: u16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:827:11 [INFO] [stdout] | [INFO] [stdout] 827 | let mut r: u8 = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:1003:27 [INFO] [stdout] | [INFO] [stdout] 1003 | pub fn sub_n(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1145:11 [INFO] [stdout] | [INFO] [stdout] 1145 | let mut result: i8 = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1174:9 [INFO] [stdout] | [INFO] [stdout] 1174 | let mut result = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:1340:11 [INFO] [stdout] | [INFO] [stdout] 1340 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn out(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `s` is never read [INFO] [stdout] --> src/z80.rs:342:9 [INFO] [stdout] | [INFO] [stdout] 342 | let mut s = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `reg` is never read [INFO] [stdout] --> src/z80.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | let mut reg = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `r` is assigned to, but never used [INFO] [stdout] --> src/z80.rs:586:9 [INFO] [stdout] | [INFO] [stdout] 586 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_r` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:589:9 [INFO] [stdout] | [INFO] [stdout] 589 | r = self.a as u8; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:782:11 [INFO] [stdout] | [INFO] [stdout] 782 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `res` is never read [INFO] [stdout] --> src/z80.rs:826:11 [INFO] [stdout] | [INFO] [stdout] 826 | let mut res: u16 = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:827:11 [INFO] [stdout] | [INFO] [stdout] 827 | let mut r: u8 = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/z80.rs:1003:27 [INFO] [stdout] | [INFO] [stdout] 1003 | pub fn sub_n(&mut self, op: u8) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1145:11 [INFO] [stdout] | [INFO] [stdout] 1145 | let mut result: i8 = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/z80.rs:1174:9 [INFO] [stdout] | [INFO] [stdout] 1174 | let mut result = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `r` is never read [INFO] [stdout] --> src/z80.rs:1340:11 [INFO] [stdout] | [INFO] [stdout] 1340 | let mut r = 0; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:285:47 [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:296:47 [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:308:43 [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:347:42 [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:377:41 [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:422:65 [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:580:41 [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:592:41 [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:637:41 [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:664:41 [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:682:41 [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:718:41 [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1045:41 [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1137:45 [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1205:42 [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1270:45 [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1306:41 [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1334:45 [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1363:45 [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1552:45 [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1601:42 [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:285:47 [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(panic_fmt)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 285 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:296:47 [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 296 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:308:43 [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 308 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:331:42 [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 331 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:347:42 [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 347 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:377:41 [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 377 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:422:65 [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 422 | _ => { println!("op {:x}",op); panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:580:41 [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 580 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:592:41 [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 592 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:637:41 [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 637 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:664:41 [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 664 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:682:41 [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 682 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:718:41 [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!"); }, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("unknown cp/m call {}!", ...); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 718 | _ => { panic!("{}", "unknown cp/m call {}!"); }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1045:41 [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1045 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1137:45 [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1137 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1205:42 [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1205 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1270:45 [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1270 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1306:41 [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1306 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1334:45 [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1334 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1363:45 [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1363 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1552:45 [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1552 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/z80.rs:1601:42 [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!"); } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in a future Rust edition [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("unknown cp/m call {}!", ...); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 1601 | _ => { panic!("{}", "unknown cp/m call {}!"); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "0997dd7b7514e466702af1145be194baec5d3eef3bf89f43bdadb514d890c35e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0997dd7b7514e466702af1145be194baec5d3eef3bf89f43bdadb514d890c35e", kill_on_drop: false }` [INFO] [stdout] 0997dd7b7514e466702af1145be194baec5d3eef3bf89f43bdadb514d890c35e