[INFO] cloning repository https://github.com/ngeor/rusty-basic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ngeor/rusty-basic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fngeor%2Frusty-basic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fngeor%2Frusty-basic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de2f18a68b98e2a95f5700eace672942c94d07a9 [INFO] checking ngeor/rusty-basic against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fngeor%2Frusty-basic" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ngeor/rusty-basic on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ngeor/rusty-basic [INFO] finished tweaking git repo https://github.com/ngeor/rusty-basic [INFO] tweaked toml for git repo https://github.com/ngeor/rusty-basic written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ngeor/rusty-basic already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d83e3511adef43a7a55050417e2362778a0a7cac15c2273ae04822cb30c9c73b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d83e3511adef43a7a55050417e2362778a0a7cac15c2273ae04822cb30c9c73b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d83e3511adef43a7a55050417e2362778a0a7cac15c2273ae04822cb30c9c73b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d83e3511adef43a7a55050417e2362778a0a7cac15c2273ae04822cb30c9c73b", kill_on_drop: false }` [INFO] [stdout] d83e3511adef43a7a55050417e2362778a0a7cac15c2273ae04822cb30c9c73b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 858c427a08777ba8833434e15f11e93a04a6bf1ddc1698d66e87ca34c9553880 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "858c427a08777ba8833434e15f11e93a04a6bf1ddc1698d66e87ca34c9553880", kill_on_drop: false }` [INFO] [stderr] Checking rusty_basic v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/linter/type_resolver_impl.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!("Not a latin letter {}", ch)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 | panic!("Not a latin letter {}", ch) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 245 | assert_condition_false!("9.1 < 2.1"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 246 | assert_condition_false!("9.1 < 9.1"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 247 | assert_condition!("9.1 < 19.1"); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 249 | assert_condition_false!("9.1 < 2"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 250 | assert_condition_false!("9.1 < 9"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 251 | assert_condition!("9.1 < 19"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 253 | assert_condition_false!("9.1 < 2.1#"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 254 | assert_condition_false!("9.1 < 9.1#"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 255 | assert_condition!("9.1 < 19.1#"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 260 | assert_condition_false!("9.1# < 2.1"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 261 | assert_condition_false!("9.1# < 9.1"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 262 | assert_condition!("9.1# < 19.1"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 264 | assert_condition_false!("9.1# < 2"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 265 | assert_condition_false!("9.1# < 9"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 266 | assert_condition!("9.1# < 19"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 268 | assert_condition_false!("9.1# < 2.1#"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 269 | assert_condition_false!("9.1# < 9.1#"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 270 | assert_condition!("9.1# < 19.1#"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 275 | assert_condition_false!("\"def\" < \"abc\""); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 276 | assert_condition_false!("\"def\" < \"def\""); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 277 | assert_condition!("\"def\" < \"xyz\""); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 282 | assert_condition_false!("9 < 2.1"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 283 | assert_condition_false!("9 < 8.9"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 284 | assert_condition_false!("9 < 9.0"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 285 | assert_condition!("9 < 9.1"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 286 | assert_condition!("9 < 19.1"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 288 | assert_condition_false!("9 < 2"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 289 | assert_condition_false!("9 < 9"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 290 | assert_condition!("9 < 19"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 292 | assert_condition_false!("9 < 2.1#"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 293 | assert_condition!("9 < 9.1#"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 294 | assert_condition!("9 < 19.1#"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 303 | assert_condition_false!("9.1 <= 2.1"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 304 | assert_condition!("9.1 <= 9.1"); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 305 | assert_condition!("9.1 <= 19.1"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 307 | assert_condition_false!("9.1 <= 2"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 308 | assert_condition_false!("9.1 <= 9"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 309 | assert_condition!("9.1 <= 19"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 311 | assert_condition_false!("9.1 <= 2.1#"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 312 | assert_condition!("9.1 <= 9.1#"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 313 | assert_condition!("9.1 <= 19.1#"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 318 | assert_condition_false!("9.1# <= 2.1"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 319 | assert_condition!("9.1# <= 9.1"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 320 | assert_condition!("9.1# <= 19.1"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 322 | assert_condition_false!("9.1# <= 2"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 323 | assert_condition_false!("9.1# <= 9"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 324 | assert_condition!("9.1# <= 19"); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 326 | assert_condition_false!("9.1# <= 2.1#"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 327 | assert_condition!("9.1# <= 9.1#"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 328 | assert_condition!("9.1# <= 19.1#"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 333 | assert_condition_false!("\"def\" <= \"abc\""); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 334 | assert_condition!("\"def\" <= \"def\""); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 335 | assert_condition!("\"def\" <= \"xyz\""); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 340 | assert_condition_false!("9 <= 2.1"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 341 | assert_condition_false!("9 <= 8.9"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 342 | assert_condition!("9 <= 9.0"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 343 | assert_condition!("9 <= 9.1"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 344 | assert_condition!("9 <= 19.1"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 346 | assert_condition_false!("9 <= 2"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 347 | assert_condition!("9 <= 9"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 348 | assert_condition!("9 <= 19"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 350 | assert_condition_false!("9 <= 2.1#"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 351 | assert_condition!("9 <= 9.1#"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 352 | assert_condition!("9 <= 19.1#"); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 361 | assert_condition!("1 = 1"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 362 | assert_condition_false!("1 = 2"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 371 | assert_condition!("1 >= 1"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 372 | assert_condition!("2 >= 1"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 373 | assert_condition_false!("1 >= 2"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 382 | assert_condition!("2 > 1"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 383 | assert_condition_false!("2 > 2"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 384 | assert_condition_false!("1 > 2"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 393 | assert_condition!("2 <> 1"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 394 | assert_condition_false!("1 <> 1"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 403 | assert_condition!("1 AND 1"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 404 | assert_condition_false!("1 AND 0"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 405 | assert_condition_false!("0 AND 1"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 406 | assert_condition_false!("0 AND 0"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 411 | assert_condition!("-1 AND -1"); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 412 | assert_condition_false!("-1 AND 0"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 413 | assert_condition_false!("0 AND -1"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 414 | assert_condition_false!("0 AND 0"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 448 | assert_condition!("1 OR 1"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 449 | assert_condition!("1 OR 0"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 450 | assert_condition!("0 OR 1"); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 451 | assert_condition_false!("0 OR 0"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 456 | assert_condition!("-1 OR -1"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 457 | assert_condition!("-1 OR 0"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 214 | | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | | $condition [INFO] [stdout] 216 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 458 | assert_condition!("0 OR -1"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 213 | panic!( [INFO] [stdout] 214 | "Expected: condition to be true but was false: {}", [INFO] [stdout] 215 | $condition [INFO] [stdout] 216 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/tests/expression.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 233 | | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | | $condition [INFO] [stdout] 235 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 459 | assert_condition_false!("0 OR 0"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 232 | panic!( [INFO] [stdout] 233 | "Expected: condition to be false but was true: {}", [INFO] [stdout] 234 | $condition [INFO] [stdout] 235 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/linter/type_resolver_impl.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(format!("Not a latin letter {}", ch)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 20 | panic!("Not a latin letter {}", ch) [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/declaration.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | _ => panic!(format!("{:?}", $input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | / assert_function_declaration!( [INFO] [stdout] 110 | | "DECLARE FUNCTION Fib! (N!)", [INFO] [stdout] 111 | | Name::from("Fib!"), [INFO] [stdout] 112 | | vec![ParamName::new( [INFO] [stdout] ... | [INFO] [stdout] 115 | | )] [INFO] [stdout] 116 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 102 | _ => panic!("{:?}", $input), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/declaration.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | _ => panic!(format!("{:?}", $input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | / assert_function_declaration!( [INFO] [stdout] 122 | | "declare function echo$(msg$)", [INFO] [stdout] 123 | | Name::from("echo$"), [INFO] [stdout] 124 | | vec![ParamName::new( [INFO] [stdout] ... | [INFO] [stdout] 127 | | )] [INFO] [stdout] 128 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 102 | _ => panic!("{:?}", $input), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/def_type.rs:94:29 [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!(format!("{:?}", $input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | / assert_def_type!( [INFO] [stdout] 102 | | "DEFINT A-Z", [INFO] [stdout] 103 | | TypeQualifier::PercentInteger, [INFO] [stdout] 104 | | vec![LetterRange::Range('A', 'Z')] [INFO] [stdout] 105 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!("{:?}", $input), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/def_type.rs:94:29 [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!(format!("{:?}", $input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | / assert_def_type!( [INFO] [stdout] 111 | | "DEFINT A", [INFO] [stdout] 112 | | TypeQualifier::PercentInteger, [INFO] [stdout] 113 | | vec![LetterRange::Single('A')] [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!("{:?}", $input), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/def_type.rs:94:29 [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!(format!("{:?}", $input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | / assert_def_type!( [INFO] [stdout] 120 | | "DEFSTR A, B,C ", [INFO] [stdout] 121 | | TypeQualifier::DollarString, [INFO] [stdout] 122 | | vec![ [INFO] [stdout] ... | [INFO] [stdout] 126 | | ] [INFO] [stdout] 127 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!("{:?}", $input), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/def_type.rs:94:29 [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!(format!("{:?}", $input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | / assert_def_type!( [INFO] [stdout] 133 | | "DEFLNG A-I, K-W, Z", [INFO] [stdout] 134 | | TypeQualifier::AmpersandLong, [INFO] [stdout] 135 | | vec![ [INFO] [stdout] ... | [INFO] [stdout] 139 | | ] [INFO] [stdout] 140 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 94 | _ => panic!("{:?}", $input), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/test_utils.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | _ => panic!(format!("Expected: statement, found {:?}", t)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 70 | _ => panic!("Expected: statement, found {:?}", t), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 98 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.77s [INFO] running `Command { std: "docker" "inspect" "858c427a08777ba8833434e15f11e93a04a6bf1ddc1698d66e87ca34c9553880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "858c427a08777ba8833434e15f11e93a04a6bf1ddc1698d66e87ca34c9553880", kill_on_drop: false }` [INFO] [stdout] 858c427a08777ba8833434e15f11e93a04a6bf1ddc1698d66e87ca34c9553880