[INFO] cloning repository https://github.com/MalteT/2a-emulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MalteT/2a-emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalteT%2F2a-emulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalteT%2F2a-emulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b1a0b9b77dd9b5b23eceaf8f1faf4410bbc40ec2 [INFO] checking MalteT/2a-emulator against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalteT%2F2a-emulator" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MalteT/2a-emulator on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MalteT/2a-emulator [INFO] finished tweaking git repo https://github.com/MalteT/2a-emulator [INFO] tweaked toml for git repo https://github.com/MalteT/2a-emulator written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/MalteT/2a-emulator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e3569ddf89deee84602ed2be97986436e2d47d10809d7668b850374ec47dd46 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8e3569ddf89deee84602ed2be97986436e2d47d10809d7668b850374ec47dd46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e3569ddf89deee84602ed2be97986436e2d47d10809d7668b850374ec47dd46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e3569ddf89deee84602ed2be97986436e2d47d10809d7668b850374ec47dd46", kill_on_drop: false }` [INFO] [stdout] 8e3569ddf89deee84602ed2be97986436e2d47d10809d7668b850374ec47dd46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 089f2731a8bdc675dcb057e3492511a32bd1c429eb730b00bd9c471e79bd6cba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "089f2731a8bdc675dcb057e3492511a32bd1c429eb730b00bd9c471e79bd6cba", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling symbolic-demangle v8.0.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking bytemuck v1.5.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Checking plotters-backend v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking paw-raw v1.0.0 [INFO] [stderr] Checking str_stack v0.1.0 [INFO] [stderr] Checking half v1.7.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Compiling pprof v0.3.20 [INFO] [stderr] Checking object v0.23.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking utf8parse v0.1.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking pad v0.1.6 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking itertools v0.10.0 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking rgb v0.8.25 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking debugid v0.7.2 [INFO] [stderr] Checking plotters-svg v0.3.0 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling cpp_demangle v0.3.2 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking quick-xml v0.20.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking addr2line v0.14.1 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking mio v0.7.7 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking plotters v0.3.0 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_core v0.6.1 [INFO] [stderr] Checking symbolic-common v8.0.3 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking signal-hook v0.1.17 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking backtrace v0.3.56 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking inferno v0.10.3 [INFO] [stderr] Checking crossterm v0.17.7 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking tui v0.9.5 [INFO] [stderr] Checking bstr v0.2.15 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking proptest v0.10.1 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking tinytemplate v1.2.0 [INFO] [stderr] Checking rustyline v5.0.6 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling proptest-derive v0.2.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling paw-attributes v1.0.2 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Checking paw v1.0.0 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking emulator-2a-lib v0.1.2 (/opt/rustwide/workdir/emulator-2a-lib) [INFO] [stderr] Checking criterion v0.3.4 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 249 | let (label, _) = inner_tuple! { label; [INFO] [stdout] | ______________________- [INFO] [stdout] 250 | | raw_label => parse_raw_label; [INFO] [stdout] 251 | | colon => ignore [INFO] [stdout] 252 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 249 | let (label, _) = inner_tuple! { label; [INFO] [stdout] | ______________________- [INFO] [stdout] 250 | | raw_label => parse_raw_label; [INFO] [stdout] 251 | | colon => ignore [INFO] [stdout] 252 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 324 | let (_, number) = inner_tuple! { org; [INFO] [stdout] | _______________________- [INFO] [stdout] 325 | | sep_ip => ignore; [INFO] [stdout] 326 | | constant_bin | constant_hex | constant_dec => id; [INFO] [stdout] 327 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 338 | let inner = inner_tuple! { constant; [INFO] [stdout] | _________________- [INFO] [stdout] 339 | | constant_bin | constant_hex | constant_dec | raw_label => id; [INFO] [stdout] 340 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 357 | let (_, number) = inner_tuple! { byte; [INFO] [stdout] | _______________________- [INFO] [stdout] 358 | | sep_ip => ignore; [INFO] [stdout] 359 | | constant_bin | constant_hex | constant_dec => id; [INFO] [stdout] 360 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 380 | let (_, label, _, constant) = inner_tuple! { equ; [INFO] [stdout] | ___________________________________- [INFO] [stdout] 381 | | sep_ip => ignore; [INFO] [stdout] 382 | | raw_label => parse_raw_label; [INFO] [stdout] 383 | | sep_pp => ignore; [INFO] [stdout] 384 | | constant => parse_constant; [INFO] [stdout] 385 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 390 | let (_, stacksize) = inner_tuple! { instruction; [INFO] [stdout] | __________________________- [INFO] [stdout] 391 | | sep_ip => ignore; [INFO] [stdout] 392 | | raw_stacksize => parse_raw_stacksize; [INFO] [stdout] 393 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 411 | let (_, register) = inner_tuple! { instruction; [INFO] [stdout] | _________________________- [INFO] [stdout] 412 | | sep_ip => ignore; [INFO] [stdout] 413 | | register => parse_register; [INFO] [stdout] 414 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 431 | let (_, reg1, _, reg2) = inner_tuple! { add; [INFO] [stdout] | ______________________________- [INFO] [stdout] 432 | | sep_ip => ignore; [INFO] [stdout] 433 | | register => parse_register; [INFO] [stdout] 434 | | sep_pp => ignore; [INFO] [stdout] 435 | | register => parse_register; [INFO] [stdout] 436 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 441 | let (_, reg1, _, reg2) = inner_tuple! { adc; [INFO] [stdout] | ______________________________- [INFO] [stdout] 442 | | sep_ip => ignore; [INFO] [stdout] 443 | | register => parse_register; [INFO] [stdout] 444 | | sep_pp => ignore; [INFO] [stdout] 445 | | register => parse_register; [INFO] [stdout] 446 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 451 | let (_, reg1, _, reg2) = inner_tuple! { sub; [INFO] [stdout] | ______________________________- [INFO] [stdout] 452 | | sep_ip => ignore; [INFO] [stdout] 453 | | register => parse_register; [INFO] [stdout] 454 | | sep_pp => ignore; [INFO] [stdout] 455 | | register => parse_register; [INFO] [stdout] 456 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 461 | let (_, reg1, _, reg2) = inner_tuple! { mul; [INFO] [stdout] | ______________________________- [INFO] [stdout] 462 | | sep_ip => ignore; [INFO] [stdout] 463 | | register => parse_register; [INFO] [stdout] 464 | | sep_pp => ignore; [INFO] [stdout] 465 | | register => parse_register; [INFO] [stdout] 466 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 471 | let (_, reg1, _, reg2) = inner_tuple! { div; [INFO] [stdout] | ______________________________- [INFO] [stdout] 472 | | sep_ip => ignore; [INFO] [stdout] 473 | | register => parse_register; [INFO] [stdout] 474 | | sep_pp => ignore; [INFO] [stdout] 475 | | register => parse_register; [INFO] [stdout] 476 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 481 | let (_, reg) = inner_tuple! { inc; [INFO] [stdout] | ____________________- [INFO] [stdout] 482 | | sep_ip => ignore; [INFO] [stdout] 483 | | register => parse_register; [INFO] [stdout] 484 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 489 | let (_, source) = inner_tuple! { dec; [INFO] [stdout] | _______________________- [INFO] [stdout] 490 | | sep_ip => ignore; [INFO] [stdout] 491 | | source => parse_source; [INFO] [stdout] 492 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 512 | let (_, register, _, _) = inner_tuple! { registerdi; [INFO] [stdout] | _______________________________- [INFO] [stdout] 513 | | oparen => ignore; [INFO] [stdout] 514 | | register => parse_register; [INFO] [stdout] 515 | | plus => ignore; [INFO] [stdout] 516 | | cparen => ignore; [INFO] [stdout] 517 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 522 | let (_, register, _) = inner_tuple! { registerddi; [INFO] [stdout] | ____________________________- [INFO] [stdout] 523 | | oparen => ignore; [INFO] [stdout] 524 | | registerdi => parse_register_di; [INFO] [stdout] 525 | | cparen => ignore; [INFO] [stdout] 526 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 531 | let (_, inner, _) = inner_tuple! { memory; [INFO] [stdout] | _________________________- [INFO] [stdout] 532 | | oparen => ignore; [INFO] [stdout] 533 | | register | registerdi | registerddi | memory | constant => id; [INFO] [stdout] 534 | | cparen => ignore; [INFO] [stdout] 535 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 548 | let (_, reg) = inner_tuple! { neg; [INFO] [stdout] | ____________________- [INFO] [stdout] 549 | | sep_ip => ignore; [INFO] [stdout] 550 | | register => parse_register; [INFO] [stdout] 551 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 556 | let (_, reg1, _, reg2) = inner_tuple! { and; [INFO] [stdout] | ______________________________- [INFO] [stdout] 557 | | sep_ip => ignore; [INFO] [stdout] 558 | | register => parse_register; [INFO] [stdout] 559 | | sep_pp => ignore; [INFO] [stdout] 560 | | register => parse_register; [INFO] [stdout] 561 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 566 | let (_, reg1, _, reg2) = inner_tuple! { or; [INFO] [stdout] | ______________________________- [INFO] [stdout] 567 | | sep_ip => ignore; [INFO] [stdout] 568 | | register => parse_register; [INFO] [stdout] 569 | | sep_pp => ignore; [INFO] [stdout] 570 | | register => parse_register; [INFO] [stdout] 571 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 576 | let (_, reg1, _, reg2) = inner_tuple! { xor; [INFO] [stdout] | ______________________________- [INFO] [stdout] 577 | | sep_ip => ignore; [INFO] [stdout] 578 | | register => parse_register; [INFO] [stdout] 579 | | sep_pp => ignore; [INFO] [stdout] 580 | | register => parse_register; [INFO] [stdout] 581 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 586 | let (_, reg) = inner_tuple! { com; [INFO] [stdout] | ____________________- [INFO] [stdout] 587 | | sep_ip => ignore; [INFO] [stdout] 588 | | register => parse_register; [INFO] [stdout] 589 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 594 | let (_, dst, _, src) = inner_tuple! { bits; [INFO] [stdout] | ____________________________- [INFO] [stdout] 595 | | sep_ip => ignore; [INFO] [stdout] 596 | | destination => parse_destination; [INFO] [stdout] 597 | | sep_pp => ignore; [INFO] [stdout] 598 | | source => parse_source; [INFO] [stdout] 599 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 618 | let (_, dst, _, src) = inner_tuple! { bitc; [INFO] [stdout] | ____________________________- [INFO] [stdout] 619 | | sep_ip => ignore; [INFO] [stdout] 620 | | destination => parse_destination; [INFO] [stdout] 621 | | sep_pp => ignore; [INFO] [stdout] 622 | | source => parse_source; [INFO] [stdout] 623 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 628 | let (_, reg) = inner_tuple! { tst; [INFO] [stdout] | ____________________- [INFO] [stdout] 629 | | sep_ip => ignore; [INFO] [stdout] 630 | | register => parse_register; [INFO] [stdout] 631 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 636 | let (_, dst, _, src) = inner_tuple! { cmp; [INFO] [stdout] | ____________________________- [INFO] [stdout] 637 | | sep_ip => ignore; [INFO] [stdout] 638 | | destination => parse_destination; [INFO] [stdout] 639 | | sep_pp => ignore; [INFO] [stdout] 640 | | source => parse_source; [INFO] [stdout] 641 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let (_, dst, _, src) = inner_tuple! { bitt; [INFO] [stdout] | ____________________________- [INFO] [stdout] 647 | | sep_ip => ignore; [INFO] [stdout] 648 | | destination => parse_destination; [INFO] [stdout] 649 | | sep_pp => ignore; [INFO] [stdout] 650 | | source => parse_source; [INFO] [stdout] 651 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 656 | let (_, reg) = inner_tuple! { lsr; [INFO] [stdout] | ____________________- [INFO] [stdout] 657 | | sep_ip => ignore; [INFO] [stdout] 658 | | register => parse_register; [INFO] [stdout] 659 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 664 | let (_, reg) = inner_tuple! { asr; [INFO] [stdout] | ____________________- [INFO] [stdout] 665 | | sep_ip => ignore; [INFO] [stdout] 666 | | register => parse_register; [INFO] [stdout] 667 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 672 | let (_, reg) = inner_tuple! { lsl; [INFO] [stdout] | ____________________- [INFO] [stdout] 673 | | sep_ip => ignore; [INFO] [stdout] 674 | | register => parse_register; [INFO] [stdout] 675 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 680 | let (_, reg) = inner_tuple! { rrc; [INFO] [stdout] | ____________________- [INFO] [stdout] 681 | | sep_ip => ignore; [INFO] [stdout] 682 | | register => parse_register; [INFO] [stdout] 683 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 688 | let (_, reg) = inner_tuple! { rlc; [INFO] [stdout] | ____________________- [INFO] [stdout] 689 | | sep_ip => ignore; [INFO] [stdout] 690 | | register => parse_register; [INFO] [stdout] 691 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 696 | let (_, dst, _, src) = inner_tuple! { mov; [INFO] [stdout] | ____________________________- [INFO] [stdout] 697 | | sep_ip => ignore; [INFO] [stdout] 698 | | destination => parse_destination; [INFO] [stdout] 699 | | sep_pp => ignore; [INFO] [stdout] 700 | | source => parse_source; [INFO] [stdout] 701 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 706 | let (_, reg, _, constant) = inner_tuple! { ld_const; [INFO] [stdout] | _________________________________- [INFO] [stdout] 707 | | sep_ip => ignore; [INFO] [stdout] 708 | | register => parse_register; [INFO] [stdout] 709 | | sep_pp => ignore; [INFO] [stdout] 710 | | constant => parse_constant; [INFO] [stdout] 711 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 716 | let (_, reg, _, mem) = inner_tuple! { ld_memory; [INFO] [stdout] | ____________________________- [INFO] [stdout] 717 | | sep_ip => ignore; [INFO] [stdout] 718 | | register => parse_register; [INFO] [stdout] 719 | | sep_pp => ignore; [INFO] [stdout] 720 | | memory => parse_memory; [INFO] [stdout] 721 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 726 | let (_, mem, _, reg) = inner_tuple! { st; [INFO] [stdout] | ____________________________- [INFO] [stdout] 727 | | sep_ip => ignore; [INFO] [stdout] 728 | | memory => parse_memory; [INFO] [stdout] 729 | | sep_pp => ignore; [INFO] [stdout] 730 | | register => parse_register; [INFO] [stdout] 731 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 736 | let (_, reg) = inner_tuple! { push; [INFO] [stdout] | ____________________- [INFO] [stdout] 737 | | sep_ip => ignore; [INFO] [stdout] 738 | | register => parse_register; [INFO] [stdout] 739 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 744 | let (_, reg) = inner_tuple! { pop; [INFO] [stdout] | ____________________- [INFO] [stdout] 745 | | sep_ip => ignore; [INFO] [stdout] 746 | | register => parse_register; [INFO] [stdout] 747 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 760 | let (_, src) = inner_tuple! { ldsp; [INFO] [stdout] | ____________________- [INFO] [stdout] 761 | | sep_ip => ignore; [INFO] [stdout] 762 | | source => parse_source; [INFO] [stdout] 763 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 768 | let (_, src) = inner_tuple! { ldfr; [INFO] [stdout] | ____________________- [INFO] [stdout] 769 | | sep_ip => ignore; [INFO] [stdout] 770 | | source => parse_source; [INFO] [stdout] 771 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 776 | let (_, label) = inner_tuple! { jmp; [INFO] [stdout] | ______________________- [INFO] [stdout] 777 | | sep_ip => ignore; [INFO] [stdout] 778 | | raw_label => parse_raw_label; [INFO] [stdout] 779 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 784 | let (_, label) = inner_tuple! { jcs; [INFO] [stdout] | ______________________- [INFO] [stdout] 785 | | sep_ip => ignore; [INFO] [stdout] 786 | | raw_label => parse_raw_label; [INFO] [stdout] 787 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 792 | let (_, label) = inner_tuple! { jcc; [INFO] [stdout] | ______________________- [INFO] [stdout] 793 | | sep_ip => ignore; [INFO] [stdout] 794 | | raw_label => parse_raw_label; [INFO] [stdout] 795 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 800 | let (_, label) = inner_tuple! { jzs; [INFO] [stdout] | ______________________- [INFO] [stdout] 801 | | sep_ip => ignore; [INFO] [stdout] 802 | | raw_label => parse_raw_label; [INFO] [stdout] 803 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 808 | let (_, label) = inner_tuple! { jzc; [INFO] [stdout] | ______________________- [INFO] [stdout] 809 | | sep_ip => ignore; [INFO] [stdout] 810 | | raw_label => parse_raw_label; [INFO] [stdout] 811 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 816 | let (_, label) = inner_tuple! { jns; [INFO] [stdout] | ______________________- [INFO] [stdout] 817 | | sep_ip => ignore; [INFO] [stdout] 818 | | raw_label => parse_raw_label; [INFO] [stdout] 819 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 824 | let (_, label) = inner_tuple! { jnc; [INFO] [stdout] | ______________________- [INFO] [stdout] 825 | | sep_ip => ignore; [INFO] [stdout] 826 | | raw_label => parse_raw_label; [INFO] [stdout] 827 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 832 | let (_, label) = inner_tuple! { jr; [INFO] [stdout] | ______________________- [INFO] [stdout] 833 | | sep_ip => ignore; [INFO] [stdout] 834 | | raw_label => parse_raw_label; [INFO] [stdout] 835 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 840 | let (_, label) = inner_tuple! { call; [INFO] [stdout] | ______________________- [INFO] [stdout] 841 | | sep_ip => ignore; [INFO] [stdout] 842 | | raw_label => parse_raw_label; [INFO] [stdout] 843 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 872 | let (_, comment) = inner_tuple! { comment; [INFO] [stdout] | ________________________- [INFO] [stdout] 873 | | semicolon => ignore; [INFO] [stdout] 874 | | rest => id; [INFO] [stdout] 875 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking emulator-2a v7.0.1 (/opt/rustwide/workdir/emulator-2a) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 249 | let (label, _) = inner_tuple! { label; [INFO] [stdout] | ______________________- [INFO] [stdout] 250 | | raw_label => parse_raw_label; [INFO] [stdout] 251 | | colon => ignore [INFO] [stdout] 252 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 249 | let (label, _) = inner_tuple! { label; [INFO] [stdout] | ______________________- [INFO] [stdout] 250 | | raw_label => parse_raw_label; [INFO] [stdout] 251 | | colon => ignore [INFO] [stdout] 252 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 324 | let (_, number) = inner_tuple! { org; [INFO] [stdout] | _______________________- [INFO] [stdout] 325 | | sep_ip => ignore; [INFO] [stdout] 326 | | constant_bin | constant_hex | constant_dec => id; [INFO] [stdout] 327 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 338 | let inner = inner_tuple! { constant; [INFO] [stdout] | _________________- [INFO] [stdout] 339 | | constant_bin | constant_hex | constant_dec | raw_label => id; [INFO] [stdout] 340 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 357 | let (_, number) = inner_tuple! { byte; [INFO] [stdout] | _______________________- [INFO] [stdout] 358 | | sep_ip => ignore; [INFO] [stdout] 359 | | constant_bin | constant_hex | constant_dec => id; [INFO] [stdout] 360 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 380 | let (_, label, _, constant) = inner_tuple! { equ; [INFO] [stdout] | ___________________________________- [INFO] [stdout] 381 | | sep_ip => ignore; [INFO] [stdout] 382 | | raw_label => parse_raw_label; [INFO] [stdout] 383 | | sep_pp => ignore; [INFO] [stdout] 384 | | constant => parse_constant; [INFO] [stdout] 385 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 390 | let (_, stacksize) = inner_tuple! { instruction; [INFO] [stdout] | __________________________- [INFO] [stdout] 391 | | sep_ip => ignore; [INFO] [stdout] 392 | | raw_stacksize => parse_raw_stacksize; [INFO] [stdout] 393 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 411 | let (_, register) = inner_tuple! { instruction; [INFO] [stdout] | _________________________- [INFO] [stdout] 412 | | sep_ip => ignore; [INFO] [stdout] 413 | | register => parse_register; [INFO] [stdout] 414 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 431 | let (_, reg1, _, reg2) = inner_tuple! { add; [INFO] [stdout] | ______________________________- [INFO] [stdout] 432 | | sep_ip => ignore; [INFO] [stdout] 433 | | register => parse_register; [INFO] [stdout] 434 | | sep_pp => ignore; [INFO] [stdout] 435 | | register => parse_register; [INFO] [stdout] 436 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 441 | let (_, reg1, _, reg2) = inner_tuple! { adc; [INFO] [stdout] | ______________________________- [INFO] [stdout] 442 | | sep_ip => ignore; [INFO] [stdout] 443 | | register => parse_register; [INFO] [stdout] 444 | | sep_pp => ignore; [INFO] [stdout] 445 | | register => parse_register; [INFO] [stdout] 446 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 451 | let (_, reg1, _, reg2) = inner_tuple! { sub; [INFO] [stdout] | ______________________________- [INFO] [stdout] 452 | | sep_ip => ignore; [INFO] [stdout] 453 | | register => parse_register; [INFO] [stdout] 454 | | sep_pp => ignore; [INFO] [stdout] 455 | | register => parse_register; [INFO] [stdout] 456 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 461 | let (_, reg1, _, reg2) = inner_tuple! { mul; [INFO] [stdout] | ______________________________- [INFO] [stdout] 462 | | sep_ip => ignore; [INFO] [stdout] 463 | | register => parse_register; [INFO] [stdout] 464 | | sep_pp => ignore; [INFO] [stdout] 465 | | register => parse_register; [INFO] [stdout] 466 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 471 | let (_, reg1, _, reg2) = inner_tuple! { div; [INFO] [stdout] | ______________________________- [INFO] [stdout] 472 | | sep_ip => ignore; [INFO] [stdout] 473 | | register => parse_register; [INFO] [stdout] 474 | | sep_pp => ignore; [INFO] [stdout] 475 | | register => parse_register; [INFO] [stdout] 476 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 481 | let (_, reg) = inner_tuple! { inc; [INFO] [stdout] | ____________________- [INFO] [stdout] 482 | | sep_ip => ignore; [INFO] [stdout] 483 | | register => parse_register; [INFO] [stdout] 484 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 489 | let (_, source) = inner_tuple! { dec; [INFO] [stdout] | _______________________- [INFO] [stdout] 490 | | sep_ip => ignore; [INFO] [stdout] 491 | | source => parse_source; [INFO] [stdout] 492 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 512 | let (_, register, _, _) = inner_tuple! { registerdi; [INFO] [stdout] | _______________________________- [INFO] [stdout] 513 | | oparen => ignore; [INFO] [stdout] 514 | | register => parse_register; [INFO] [stdout] 515 | | plus => ignore; [INFO] [stdout] 516 | | cparen => ignore; [INFO] [stdout] 517 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 522 | let (_, register, _) = inner_tuple! { registerddi; [INFO] [stdout] | ____________________________- [INFO] [stdout] 523 | | oparen => ignore; [INFO] [stdout] 524 | | registerdi => parse_register_di; [INFO] [stdout] 525 | | cparen => ignore; [INFO] [stdout] 526 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 531 | let (_, inner, _) = inner_tuple! { memory; [INFO] [stdout] | _________________________- [INFO] [stdout] 532 | | oparen => ignore; [INFO] [stdout] 533 | | register | registerdi | registerddi | memory | constant => id; [INFO] [stdout] 534 | | cparen => ignore; [INFO] [stdout] 535 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 548 | let (_, reg) = inner_tuple! { neg; [INFO] [stdout] | ____________________- [INFO] [stdout] 549 | | sep_ip => ignore; [INFO] [stdout] 550 | | register => parse_register; [INFO] [stdout] 551 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 556 | let (_, reg1, _, reg2) = inner_tuple! { and; [INFO] [stdout] | ______________________________- [INFO] [stdout] 557 | | sep_ip => ignore; [INFO] [stdout] 558 | | register => parse_register; [INFO] [stdout] 559 | | sep_pp => ignore; [INFO] [stdout] 560 | | register => parse_register; [INFO] [stdout] 561 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 566 | let (_, reg1, _, reg2) = inner_tuple! { or; [INFO] [stdout] | ______________________________- [INFO] [stdout] 567 | | sep_ip => ignore; [INFO] [stdout] 568 | | register => parse_register; [INFO] [stdout] 569 | | sep_pp => ignore; [INFO] [stdout] 570 | | register => parse_register; [INFO] [stdout] 571 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 576 | let (_, reg1, _, reg2) = inner_tuple! { xor; [INFO] [stdout] | ______________________________- [INFO] [stdout] 577 | | sep_ip => ignore; [INFO] [stdout] 578 | | register => parse_register; [INFO] [stdout] 579 | | sep_pp => ignore; [INFO] [stdout] 580 | | register => parse_register; [INFO] [stdout] 581 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 586 | let (_, reg) = inner_tuple! { com; [INFO] [stdout] | ____________________- [INFO] [stdout] 587 | | sep_ip => ignore; [INFO] [stdout] 588 | | register => parse_register; [INFO] [stdout] 589 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 594 | let (_, dst, _, src) = inner_tuple! { bits; [INFO] [stdout] | ____________________________- [INFO] [stdout] 595 | | sep_ip => ignore; [INFO] [stdout] 596 | | destination => parse_destination; [INFO] [stdout] 597 | | sep_pp => ignore; [INFO] [stdout] 598 | | source => parse_source; [INFO] [stdout] 599 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 618 | let (_, dst, _, src) = inner_tuple! { bitc; [INFO] [stdout] | ____________________________- [INFO] [stdout] 619 | | sep_ip => ignore; [INFO] [stdout] 620 | | destination => parse_destination; [INFO] [stdout] 621 | | sep_pp => ignore; [INFO] [stdout] 622 | | source => parse_source; [INFO] [stdout] 623 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 628 | let (_, reg) = inner_tuple! { tst; [INFO] [stdout] | ____________________- [INFO] [stdout] 629 | | sep_ip => ignore; [INFO] [stdout] 630 | | register => parse_register; [INFO] [stdout] 631 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 636 | let (_, dst, _, src) = inner_tuple! { cmp; [INFO] [stdout] | ____________________________- [INFO] [stdout] 637 | | sep_ip => ignore; [INFO] [stdout] 638 | | destination => parse_destination; [INFO] [stdout] 639 | | sep_pp => ignore; [INFO] [stdout] 640 | | source => parse_source; [INFO] [stdout] 641 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let (_, dst, _, src) = inner_tuple! { bitt; [INFO] [stdout] | ____________________________- [INFO] [stdout] 647 | | sep_ip => ignore; [INFO] [stdout] 648 | | destination => parse_destination; [INFO] [stdout] 649 | | sep_pp => ignore; [INFO] [stdout] 650 | | source => parse_source; [INFO] [stdout] 651 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 656 | let (_, reg) = inner_tuple! { lsr; [INFO] [stdout] | ____________________- [INFO] [stdout] 657 | | sep_ip => ignore; [INFO] [stdout] 658 | | register => parse_register; [INFO] [stdout] 659 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 664 | let (_, reg) = inner_tuple! { asr; [INFO] [stdout] | ____________________- [INFO] [stdout] 665 | | sep_ip => ignore; [INFO] [stdout] 666 | | register => parse_register; [INFO] [stdout] 667 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 672 | let (_, reg) = inner_tuple! { lsl; [INFO] [stdout] | ____________________- [INFO] [stdout] 673 | | sep_ip => ignore; [INFO] [stdout] 674 | | register => parse_register; [INFO] [stdout] 675 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 680 | let (_, reg) = inner_tuple! { rrc; [INFO] [stdout] | ____________________- [INFO] [stdout] 681 | | sep_ip => ignore; [INFO] [stdout] 682 | | register => parse_register; [INFO] [stdout] 683 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 688 | let (_, reg) = inner_tuple! { rlc; [INFO] [stdout] | ____________________- [INFO] [stdout] 689 | | sep_ip => ignore; [INFO] [stdout] 690 | | register => parse_register; [INFO] [stdout] 691 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 696 | let (_, dst, _, src) = inner_tuple! { mov; [INFO] [stdout] | ____________________________- [INFO] [stdout] 697 | | sep_ip => ignore; [INFO] [stdout] 698 | | destination => parse_destination; [INFO] [stdout] 699 | | sep_pp => ignore; [INFO] [stdout] 700 | | source => parse_source; [INFO] [stdout] 701 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 706 | let (_, reg, _, constant) = inner_tuple! { ld_const; [INFO] [stdout] | _________________________________- [INFO] [stdout] 707 | | sep_ip => ignore; [INFO] [stdout] 708 | | register => parse_register; [INFO] [stdout] 709 | | sep_pp => ignore; [INFO] [stdout] 710 | | constant => parse_constant; [INFO] [stdout] 711 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 716 | let (_, reg, _, mem) = inner_tuple! { ld_memory; [INFO] [stdout] | ____________________________- [INFO] [stdout] 717 | | sep_ip => ignore; [INFO] [stdout] 718 | | register => parse_register; [INFO] [stdout] 719 | | sep_pp => ignore; [INFO] [stdout] 720 | | memory => parse_memory; [INFO] [stdout] 721 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 726 | let (_, mem, _, reg) = inner_tuple! { st; [INFO] [stdout] | ____________________________- [INFO] [stdout] 727 | | sep_ip => ignore; [INFO] [stdout] 728 | | memory => parse_memory; [INFO] [stdout] 729 | | sep_pp => ignore; [INFO] [stdout] 730 | | register => parse_register; [INFO] [stdout] 731 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 736 | let (_, reg) = inner_tuple! { push; [INFO] [stdout] | ____________________- [INFO] [stdout] 737 | | sep_ip => ignore; [INFO] [stdout] 738 | | register => parse_register; [INFO] [stdout] 739 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 744 | let (_, reg) = inner_tuple! { pop; [INFO] [stdout] | ____________________- [INFO] [stdout] 745 | | sep_ip => ignore; [INFO] [stdout] 746 | | register => parse_register; [INFO] [stdout] 747 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 760 | let (_, src) = inner_tuple! { ldsp; [INFO] [stdout] | ____________________- [INFO] [stdout] 761 | | sep_ip => ignore; [INFO] [stdout] 762 | | source => parse_source; [INFO] [stdout] 763 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 768 | let (_, src) = inner_tuple! { ldfr; [INFO] [stdout] | ____________________- [INFO] [stdout] 769 | | sep_ip => ignore; [INFO] [stdout] 770 | | source => parse_source; [INFO] [stdout] 771 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 776 | let (_, label) = inner_tuple! { jmp; [INFO] [stdout] | ______________________- [INFO] [stdout] 777 | | sep_ip => ignore; [INFO] [stdout] 778 | | raw_label => parse_raw_label; [INFO] [stdout] 779 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 784 | let (_, label) = inner_tuple! { jcs; [INFO] [stdout] | ______________________- [INFO] [stdout] 785 | | sep_ip => ignore; [INFO] [stdout] 786 | | raw_label => parse_raw_label; [INFO] [stdout] 787 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 792 | let (_, label) = inner_tuple! { jcc; [INFO] [stdout] | ______________________- [INFO] [stdout] 793 | | sep_ip => ignore; [INFO] [stdout] 794 | | raw_label => parse_raw_label; [INFO] [stdout] 795 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 800 | let (_, label) = inner_tuple! { jzs; [INFO] [stdout] | ______________________- [INFO] [stdout] 801 | | sep_ip => ignore; [INFO] [stdout] 802 | | raw_label => parse_raw_label; [INFO] [stdout] 803 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 808 | let (_, label) = inner_tuple! { jzc; [INFO] [stdout] | ______________________- [INFO] [stdout] 809 | | sep_ip => ignore; [INFO] [stdout] 810 | | raw_label => parse_raw_label; [INFO] [stdout] 811 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 816 | let (_, label) = inner_tuple! { jns; [INFO] [stdout] | ______________________- [INFO] [stdout] 817 | | sep_ip => ignore; [INFO] [stdout] 818 | | raw_label => parse_raw_label; [INFO] [stdout] 819 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 824 | let (_, label) = inner_tuple! { jnc; [INFO] [stdout] | ______________________- [INFO] [stdout] 825 | | sep_ip => ignore; [INFO] [stdout] 826 | | raw_label => parse_raw_label; [INFO] [stdout] 827 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 832 | let (_, label) = inner_tuple! { jr; [INFO] [stdout] | ______________________- [INFO] [stdout] 833 | | sep_ip => ignore; [INFO] [stdout] 834 | | raw_label => parse_raw_label; [INFO] [stdout] 835 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 840 | let (_, label) = inner_tuple! { call; [INFO] [stdout] | ______________________- [INFO] [stdout] 841 | | sep_ip => ignore; [INFO] [stdout] 842 | | raw_label => parse_raw_label; [INFO] [stdout] 843 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> emulator-2a-lib/src/parser/implementation/mod.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(e2) [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 872 | let (_, comment) = inner_tuple! { comment; [INFO] [stdout] | ________________________- [INFO] [stdout] 873 | | semicolon => ignore; [INFO] [stdout] 874 | | rest => id; [INFO] [stdout] 875 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!("{}", e2) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 61 | _ => std::panic::panic_any(e2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 00s [INFO] running `Command { std: "docker" "inspect" "089f2731a8bdc675dcb057e3492511a32bd1c429eb730b00bd9c471e79bd6cba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "089f2731a8bdc675dcb057e3492511a32bd1c429eb730b00bd9c471e79bd6cba", kill_on_drop: false }` [INFO] [stdout] 089f2731a8bdc675dcb057e3492511a32bd1c429eb730b00bd9c471e79bd6cba