[INFO] cloning repository https://github.com/bengdahl/nes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bengdahl/nes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbengdahl%2Fnes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbengdahl%2Fnes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 004292dbfa3e877d72cef6bd420ea3f6d0f9d112 [INFO] checking bengdahl/nes against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbengdahl%2Fnes" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bengdahl/nes on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-14/source/.cargo/config [INFO] started tweaking git repo https://github.com/bengdahl/nes [INFO] finished tweaking git repo https://github.com/bengdahl/nes [INFO] tweaked toml for git repo https://github.com/bengdahl/nes written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/bengdahl/nes already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b98c7098cb7b7e241732e33143b6d1ba02c44e775153ffd1c48e570bb67f631 [INFO] running `Command { std: "docker" "start" "-a" "9b98c7098cb7b7e241732e33143b6d1ba02c44e775153ffd1c48e570bb67f631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b98c7098cb7b7e241732e33143b6d1ba02c44e775153ffd1c48e570bb67f631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b98c7098cb7b7e241732e33143b6d1ba02c44e775153ffd1c48e570bb67f631", kill_on_drop: false }` [INFO] [stdout] 9b98c7098cb7b7e241732e33143b6d1ba02c44e775153ffd1c48e570bb67f631 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f863f9aec02ef7e83013db44df9c6f1220bdbd88f84a407adf73b9954dbf387f [INFO] running `Command { std: "docker" "start" "-a" "f863f9aec02ef7e83013db44df9c6f1220bdbd88f84a407adf73b9954dbf387f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.59 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.1.2 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling wasm-bindgen v0.2.59 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling nes v0.1.0 (/opt/rustwide/workdir/nes) [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.59 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.59 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.59 [INFO] [stderr] Checking js-sys v0.3.36 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking nes_core v0.1.0 (/opt/rustwide/workdir/nes_core) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:355:68 [INFO] [stdout] | [INFO] [stdout] 355 | ($op, instruction!($mnem *, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:349:66 [INFO] [stdout] | [INFO] [stdout] 349 | ($op, instruction!($mnem, $addr_mode, $cycles *, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:352:66 [INFO] [stdout] | [INFO] [stdout] 352 | ($op, instruction!($mnem *, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 360 | static ref _INS_SET: (HashMap, HashMap>) = instruction_set!{ [INFO] [stdout] | ___________________________________________________________________________________- [INFO] [stdout] 361 | | // Load instructions [INFO] [stdout] 362 | | LDA -, (+ + - - - -) : { [INFO] [stdout] 363 | | { 0xA9, Immediate, 2 }, [INFO] [stdout] ... | [INFO] [stdout] 584 | | BRK -, (- - - 1 - -) : {{ 0x00, Implied, 7 }} [INFO] [stdout] 585 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `add_instruction` [INFO] [stdout] = note: this warning originates in the macro `add_instruction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> nes_core/src/mos6502/instruction.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | ($op, instruction!($mnem, $addr_mode, $cycles, $flags)); [INFO] [stdout] | ^ [INFO] [stdout] ... [WARN] too many lines in the log, truncating it