[INFO] fetching crate over 0.6.5... [INFO] checking over-0.6.5 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate over 0.6.5 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate over 0.6.5 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate over 0.6.5 [INFO] finished tweaking crates.io crate over 0.6.5 [INFO] tweaked toml for crates.io crate over 0.6.5 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] [stderr] Adding num-bigint v0.2.6 (latest: v0.4.6) [INFO] [stderr] Adding num-rational v0.2.4 (latest: v0.4.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 193341e4d579d3b05beff129bca512f9611add2a0a03a07c6d922ecfb02397d0 [INFO] running `Command { std: "docker" "start" "-a" "193341e4d579d3b05beff129bca512f9611add2a0a03a07c6d922ecfb02397d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "193341e4d579d3b05beff129bca512f9611add2a0a03a07c6d922ecfb02397d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "193341e4d579d3b05beff129bca512f9611add2a0a03a07c6d922ecfb02397d0", kill_on_drop: false }` [INFO] [stdout] 193341e4d579d3b05beff129bca512f9611add2a0a03a07c6d922ecfb02397d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3075f1dcd56d982de621a33a3e493b7e104b16c9f99c57a956e6c745de21cf5e [INFO] running `Command { std: "docker" "start" "-a" "3075f1dcd56d982de621a33a3e493b7e104b16c9f99c57a956e6c745de21cf5e", kill_on_drop: false }` [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking over v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `contents` is never read [INFO] [stdout] --> src/parse/char_stream.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct Inner { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 14 | file: Option, [INFO] [stdout] 15 | contents: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 37 | test_eq!(obj.get("null").unwrap(), Value::Null); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 42 | test_eq!(obj.get_bool("bool").unwrap(), true); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `contents` is never read [INFO] [stdout] --> src/parse/char_stream.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct Inner { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 14 | file: Option, [INFO] [stdout] 15 | contents: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 60 | test_eq!(obj.get("str1").unwrap(), "hello"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 61 | test_eq!(obj.get("str2").unwrap(), yo); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 65 | test_eq!(obj.get("arr").unwrap(), arr![-5, 0, 1]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 105 | test_eq!(obj, obj2); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 110 | test_eq!(v, true); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 114 | test_eq!(v, false); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 118 | test_eq!(v, true); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 123 | test_eq!(obj.get("test1").unwrap(), "hi"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 124 | test_eq!(obj.get("test2").unwrap(), "bye"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 140 | test_eq!(null.get_type(), Type::Null); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 144 | test_eq!(obj.get("bool").unwrap().get_type(), Type::Bool); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 148 | test_eq!(obj.get("str").unwrap().get_type(), Type::Str); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 152 | / test_eq!( [INFO] [stdout] 153 | | obj.get("arr_char").unwrap().get_type(), [INFO] [stdout] 154 | | Type::Arr(Box::new(Type::Char)) [INFO] [stdout] 155 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 157 | / test_eq!( [INFO] [stdout] 158 | | obj.get("arr_arr").unwrap().get_type(), [INFO] [stdout] 159 | | Type::Arr(Box::new(Type::Arr(Box::new(Type::Bool)))) [INFO] [stdout] 160 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 174 | test_eq!(obj.get("tup").unwrap().get_type(), tup_type); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 38 | test_eq!(obj.len(), 0); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 47 | test_eq!(get_int(&obj, "_a1"), 1); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 48 | test_eq!(get_int(&obj, "a2"), 2); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 49 | test_eq!(get_int(&obj, "_"), 0); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 50 | test_eq!(obj.get("b").unwrap(), "Smörgåsbord"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 51 | test_eq!(get_int(&obj, "c"), 10); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 52 | test_eq!(get_int(&obj, "d"), 20); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 53 | test_eq!(get_int(&obj, "eee"), 2); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 54 | test_eq!(get_int(&obj, "f"), 3); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 55 | test_eq!(get_int(&obj, "g_"), 4); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 56 | test_eq!(obj.get("Hello").unwrap(), "Hello"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 57 | test_eq!(obj.get("i_robot").unwrap(), "not #a comment"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 58 | test_eq!(get_int(&obj, "j"), 4); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 59 | test_eq!(obj.get("k").unwrap(), "hi"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 60 | test_eq!(obj.get("l").unwrap(), "$\\\""); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 61 | test_eq!(obj.get("m").unwrap(), "m"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 62 | test_eq!(obj.get("n").unwrap(), true); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 63 | test_eq!(obj.get("o").unwrap(), false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 64 | test_eq!(obj.get("p").unwrap(), "Hello"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 65 | test_eq!(get_int(&obj, "q"), 0); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 66 | test_eq!(obj.get("r").unwrap(), Value::Null); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 67 | test_eq!(obj.get("s").unwrap(), '\''); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 68 | test_eq!(obj.get("t").unwrap(), '\n'); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 69 | test_eq!(obj.get("u").unwrap(), ' '); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 70 | test_eq!(obj.get("v").unwrap(), '\''); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 71 | test_eq!(obj.get("w").unwrap(), '$'); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 72 | test_eq!(obj.get_frac("x").unwrap(), frac!(1, 1)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 73 | test_eq!(obj.get("x").unwrap().get_frac().unwrap(), frac!(1, 1)); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 139 | test_eq!(obj.get_obj("empty").unwrap().len(), 0); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 140 | test_eq!(obj.get_obj("empty2").unwrap().len(), 0); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 146 | test_eq!(outie.get_parent().unwrap(), bools); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 147 | test_eq!(get_int(&outie, "z"), 0); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 150 | test_eq!(get_int(&inner, "z"), 1); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 152 | test_eq!(get_int(&innie, "a"), 1); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 153 | test_eq!(inner.get("b").unwrap(), tup!(1, 2,)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 155 | test_eq!(get_int(&outie, "c"), 3); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 156 | test_eq!(outie.get("d").unwrap(), obj! {}); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 159 | test_eq!(obj_arr.get("arr").unwrap(), arr![1, 2, 3]); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 161 | test_eq!(obj.get_int("dot").unwrap(), int!(1)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 162 | test_eq!(obj.get_bool("dot_glob").unwrap(), true); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 163 | test_eq!(obj.get_int("dot_tup1").unwrap(), int!(1)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 164 | test_eq!(obj.get_int("dot_tup2").unwrap(), int!(2)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 165 | test_eq!(obj.get_int("dot_arr").unwrap(), int!(1)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 166 | test_eq!(obj.get_int("dot_op").unwrap(), int!(4)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 168 | test_eq!(obj.get_str("dot_var").unwrap(), "test"); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 182 | test_eq!(sub.get_int("a").unwrap(), int!(1)); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 183 | test_eq!(get_int(&sub, "b"), 2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 184 | test_eq!(sub.len(), 2); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 186 | test_eq!(get_int(&obj, "c"), 2); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 187 | test_eq!(obj.len(), 2); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 195 | test_eq!(get_int(&obj, "neg"), -4); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 196 | test_eq!(obj.get_frac("pos").unwrap(), frac!(4, 1)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 197 | test_eq!(obj.get_frac("neg_zero").unwrap(), frac!(0, 1)); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 198 | test_eq!(obj.get_frac("pos_zero").unwrap(), frac!(0, 1)); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 200 | test_eq!(obj.get("frac_from_dec").unwrap(), frac!(13, 10)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 201 | test_eq!(obj.get("neg_ffd").unwrap(), frac!(-13, 10)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 202 | test_eq!(obj.get("pos_ffd").unwrap(), frac!(13, 10)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 204 | test_eq!(obj.get("add_dec").unwrap(), frac!(3, 1)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 205 | test_eq!(obj.get("sub_dec").unwrap(), frac!(-3, 1)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 211 | test_eq!(obj.get("frac1").unwrap(), frac!(1, 2)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 212 | test_eq!(obj.get("frac2").unwrap(), frac!(1, 2)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 213 | test_eq!(obj.get("frac3").unwrap(), frac!(0, 10)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 214 | test_eq!(obj.get("frac4").unwrap(), frac!(-5, 4)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 215 | test_eq!(obj.get("frac5").unwrap(), frac!(1, 1)); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 217 | test_eq!(obj.get("whole_frac").unwrap(), frac!(3, 2)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 218 | test_eq!(obj.get("neg_whole_frac").unwrap(), frac!(-21, 4)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 219 | test_eq!(obj.get("dec_frac").unwrap(), frac!(1, 2)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 220 | test_eq!(obj.get("dec_frac2").unwrap(), frac!(-1, 2)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 222 | / test_eq!( [INFO] [stdout] 223 | | obj.get("array").unwrap(), [INFO] [stdout] 224 | | arr![ [INFO] [stdout] 225 | | obj.get_frac("whole_frac").unwrap(), [INFO] [stdout] ... | [INFO] [stdout] 229 | | ] [INFO] [stdout] 230 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 232 | / test_eq!( [INFO] [stdout] 233 | | obj.get("tup").unwrap(), [INFO] [stdout] 234 | | tup!( [INFO] [stdout] 235 | | frac!(-1, 2), [INFO] [stdout] ... | [INFO] [stdout] 239 | | ) [INFO] [stdout] 240 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 242 | test_eq!(obj.get("var_frac").unwrap(), frac!(-1, 2)); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 249 | test_eq!(obj.get("mod1").unwrap(), int!(5)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 250 | test_eq!(obj.get("mod2").unwrap(), int!(0)); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 252 | test_eq!(obj.get("arr1").unwrap(), arr![3, 4]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 253 | test_eq!(obj.get("arr2").unwrap(), arr![3, 4]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 254 | test_eq!(obj.get("arr3").unwrap(), arr![3, 4]); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 255 | test_eq!(obj.get("arr4").unwrap(), arr![arr![1]]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 257 | / test_eq!( [INFO] [stdout] 258 | | obj.get("arr_complex").unwrap(), [INFO] [stdout] 259 | | arr![arr![arr![1, 2]], arr![arr![3]]] [INFO] [stdout] 260 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 262 | test_eq!(obj.get("str1").unwrap(), "cat"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 263 | test_eq!(obj.get("str2").unwrap(), "cat"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 264 | test_eq!(obj.get("str3").unwrap(), "cat"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 265 | test_eq!(obj.get("str4").unwrap(), "cat"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 267 | / test_eq!( [INFO] [stdout] 268 | | obj.get("tup_complex").unwrap(), [INFO] [stdout] 269 | | tup!(arr![arr![], arr![arr![], arr![1, 2, 3], arr![]]]) [INFO] [stdout] 270 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 279 | test_eq!(arr1.get_type(), Type::Arr(Box::new(arr2.inner_type()))); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 280 | test_eq!(arr1, arr2); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 282 | / test_eq!( [INFO] [stdout] 283 | | obj.get("arr2").unwrap(), [INFO] [stdout] 284 | | arr![ [INFO] [stdout] 285 | | tup!(arr![arr![]], arr![arr![2]]), [INFO] [stdout] 286 | | tup!(arr![arr![2]], arr![arr![]]), [INFO] [stdout] 287 | | ] [INFO] [stdout] 288 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 299 | test_eq!(obj.get("include").unwrap(), s); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 300 | test_eq!(obj.get("include2").unwrap(), obj.get("include").unwrap()); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 302 | test_eq!(obj.get("include_arr").unwrap(), arr![1, 2, 3, 4, 5]); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 304 | / test_eq!( [INFO] [stdout] 305 | | obj.get("include_tup").unwrap(), [INFO] [stdout] 306 | | tup!("hello", 1, 'c', frac!(3, 3)) [INFO] [stdout] 307 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 310 | / test_eq!( [INFO] [stdout] 311 | | o, [INFO] [stdout] 312 | | obj! { [INFO] [stdout] 313 | | "obj2" => obj!{"test" => 1}, [INFO] [stdout] ... | [INFO] [stdout] 316 | | } [INFO] [stdout] 317 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 339 | write_helper!("tests/test_files/basic.over"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 340 | write_helper!("tests/test_files/empty.over"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 341 | write_helper!("tests/test_files/includes.over"); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 342 | write_helper!("tests/test_files/obj.over"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 343 | write_helper!("tests/test_files/numbers.over"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 344 | write_helper!("tests/test_files/example.over"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 346 | write_helper!("tests/test_files/fuzz1.over"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 347 | write_helper!("tests/test_files/fuzz2.over"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/integration.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | | $left, $right [INFO] [stdout] 23 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 348 | write_helper!("tests/test_files/fuzz3.over"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 ~ panic!( [INFO] [stdout] 21 | "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n", [INFO] [stdout] 22 | $left, $right [INFO] [stdout] 23 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 100 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s [INFO] running `Command { std: "docker" "inspect" "3075f1dcd56d982de621a33a3e493b7e104b16c9f99c57a956e6c745de21cf5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3075f1dcd56d982de621a33a3e493b7e104b16c9f99c57a956e6c745de21cf5e", kill_on_drop: false }` [INFO] [stdout] 3075f1dcd56d982de621a33a3e493b7e104b16c9f99c57a956e6c745de21cf5e