[INFO] fetching crate ldpl 0.1.0... [INFO] testing ldpl-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ldpl 0.1.0 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate ldpl 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ldpl 0.1.0 [INFO] finished tweaking crates.io crate ldpl 0.1.0 [INFO] tweaked toml for crates.io crate ldpl 0.1.0 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate crates.io crate ldpl 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ace3be5ab9c2377878bc4abb5fd611c0809764a955886d4c374e9daf438a75b [INFO] running `Command { std: "docker" "start" "-a" "5ace3be5ab9c2377878bc4abb5fd611c0809764a955886d4c374e9daf438a75b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ace3be5ab9c2377878bc4abb5fd611c0809764a955886d4c374e9daf438a75b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ace3be5ab9c2377878bc4abb5fd611c0809764a955886d4c374e9daf438a75b", kill_on_drop: false }` [INFO] [stdout] 5ace3be5ab9c2377878bc4abb5fd611c0809764a955886d4c374e9daf438a75b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1494b004cd1256f4dc1fd77bc415956f80f0c2abe949f9b6e14682e8cd7b3f0d [INFO] running `Command { std: "docker" "start" "-a" "1494b004cd1256f4dc1fd77bc415956f80f0c2abe949f9b6e14682e8cd7b3f0d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling ldpl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/builder.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | return error!("The subprocedure {} is called but never declared.", sub); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/builder.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 62 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 63 | | "C++ Error compiling {}: \n{}", [INFO] [stdout] 64 | | filename, [INFO] [stdout] 65 | | str::from_utf8(&output.stderr).unwrap_or("UTF-8 Error in C++ output") [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 269 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:269:22 [INFO] [stdout] | [INFO] [stdout] 269 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 301 | _ => unexpected!(stmt), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | _ => unexpected!(stmt), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:335:28 [INFO] [stdout] | [INFO] [stdout] 335 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | return error!("Redefining existing SUB-PROCEDURE: {}", ident); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:457:20 [INFO] [stdout] | [INFO] [stdout] 457 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 458 | | "CREATE STATEMENT used with unknown sub-procedure: {}", [INFO] [stdout] 459 | | ident [INFO] [stdout] 460 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | error!("Unknown statement: {}", stmt) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:528:20 [INFO] [stdout] | [INFO] [stdout] 528 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 529 | | "Statement arguments didn't match any sub-procedures: {}", [INFO] [stdout] 530 | | stmt [INFO] [stdout] 531 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 585 | _ => unexpected!(arg), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:585:22 [INFO] [stdout] | [INFO] [stdout] 585 | _ => unexpected!(arg), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 657 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:657:18 [INFO] [stdout] | [INFO] [stdout] 657 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:705:20 [INFO] [stdout] | [INFO] [stdout] 705 | return error!("{} can't be used without FOR/WHILE loop", pair.as_str()); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 790 | _ => unexpected!(test), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:790:18 [INFO] [stdout] | [INFO] [stdout] 790 | _ => unexpected!(test), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 807 | _ => unexpected!(mid), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:807:18 [INFO] [stdout] | [INFO] [stdout] 807 | _ => unexpected!(mid), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:840:25 [INFO] [stdout] | [INFO] [stdout] 840 | _ => return error!("UNIMPLEMENTED: {:?}", pair), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:851:13 [INFO] [stdout] | [INFO] [stdout] 851 | error!("Can't parse number: {}", num) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 867 | _ => unexpected!(inner), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:867:18 [INFO] [stdout] | [INFO] [stdout] 867 | _ => unexpected!(inner), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1061 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1061:18 [INFO] [stdout] | [INFO] [stdout] 1061 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1088:29 [INFO] [stdout] | [INFO] [stdout] 1088 | _ => return error!("unexpected rule: {:?}", part), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1229 | unexpected!(expr_type) [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `unexpected` [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1229:13 [INFO] [stdout] | [INFO] [stdout] 1229 | unexpected!(expr_type) [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1320:13 [INFO] [stdout] | [INFO] [stdout] 1320 | unexpected!(ident); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1386 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1386:18 [INFO] [stdout] | [INFO] [stdout] 1386 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1401:13 [INFO] [stdout] | [INFO] [stdout] 1401 | error!("Can't infer scalar type for expression: {:?}", expr) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1422 | _ => unexpected!(expr), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1422:18 [INFO] [stdout] | [INFO] [stdout] 1422 | _ => unexpected!(expr), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1436:21 [INFO] [stdout] | [INFO] [stdout] 1436 | error!("No type found for {}", var.as_str()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1445 | _ => unexpected!(var), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1445:18 [INFO] [stdout] | [INFO] [stdout] 1445 | _ => unexpected!(var), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1481 | _ => unexpected!(node), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1481:18 [INFO] [stdout] | [INFO] [stdout] 1481 | _ => unexpected!(node), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:16:46 [INFO] [stdout] | [INFO] [stdout] 16 | error!(format!($fmt, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | _ if arg.starts_with('-') => error!("Unknown flag {}", arg), [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.16s [INFO] running `Command { std: "docker" "inspect" "1494b004cd1256f4dc1fd77bc415956f80f0c2abe949f9b6e14682e8cd7b3f0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1494b004cd1256f4dc1fd77bc415956f80f0c2abe949f9b6e14682e8cd7b3f0d", kill_on_drop: false }` [INFO] [stdout] 1494b004cd1256f4dc1fd77bc415956f80f0c2abe949f9b6e14682e8cd7b3f0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 954cce37658b8673e823b559d9d5b57cdebbbe112e0af1115a4ee9d3111d072f [INFO] running `Command { std: "docker" "start" "-a" "954cce37658b8673e823b559d9d5b57cdebbbe112e0af1115a4ee9d3111d072f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/builder.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | return error!("The subprocedure {} is called but never declared.", sub); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/builder.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 62 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 63 | | "C++ Error compiling {}: \n{}", [INFO] [stdout] 64 | | filename, [INFO] [stdout] 65 | | str::from_utf8(&output.stderr).unwrap_or("UTF-8 Error in C++ output") [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 269 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:269:22 [INFO] [stdout] | [INFO] [stdout] 269 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 301 | _ => unexpected!(stmt), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | _ => unexpected!(stmt), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:335:28 [INFO] [stdout] | [INFO] [stdout] 335 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | return error!("Redefining existing SUB-PROCEDURE: {}", ident); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:457:20 [INFO] [stdout] | [INFO] [stdout] 457 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 458 | | "CREATE STATEMENT used with unknown sub-procedure: {}", [INFO] [stdout] 459 | | ident [INFO] [stdout] 460 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | error!("Unknown statement: {}", stmt) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:528:20 [INFO] [stdout] | [INFO] [stdout] 528 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 529 | | "Statement arguments didn't match any sub-procedures: {}", [INFO] [stdout] 530 | | stmt [INFO] [stdout] 531 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 585 | _ => unexpected!(arg), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:585:22 [INFO] [stdout] | [INFO] [stdout] 585 | _ => unexpected!(arg), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ldpl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 657 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:657:18 [INFO] [stdout] | [INFO] [stdout] 657 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:705:20 [INFO] [stdout] | [INFO] [stdout] 705 | return error!("{} can't be used without FOR/WHILE loop", pair.as_str()); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 790 | _ => unexpected!(test), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:790:18 [INFO] [stdout] | [INFO] [stdout] 790 | _ => unexpected!(test), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 807 | _ => unexpected!(mid), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:807:18 [INFO] [stdout] | [INFO] [stdout] 807 | _ => unexpected!(mid), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:840:25 [INFO] [stdout] | [INFO] [stdout] 840 | _ => return error!("UNIMPLEMENTED: {:?}", pair), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:851:13 [INFO] [stdout] | [INFO] [stdout] 851 | error!("Can't parse number: {}", num) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 867 | _ => unexpected!(inner), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:867:18 [INFO] [stdout] | [INFO] [stdout] 867 | _ => unexpected!(inner), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1061 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1061:18 [INFO] [stdout] | [INFO] [stdout] 1061 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1088:29 [INFO] [stdout] | [INFO] [stdout] 1088 | _ => return error!("unexpected rule: {:?}", part), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1229 | unexpected!(expr_type) [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `unexpected` [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1229:13 [INFO] [stdout] | [INFO] [stdout] 1229 | unexpected!(expr_type) [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1320:13 [INFO] [stdout] | [INFO] [stdout] 1320 | unexpected!(ident); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1386 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1386:18 [INFO] [stdout] | [INFO] [stdout] 1386 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1401:13 [INFO] [stdout] | [INFO] [stdout] 1401 | error!("Can't infer scalar type for expression: {:?}", expr) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1422 | _ => unexpected!(expr), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1422:18 [INFO] [stdout] | [INFO] [stdout] 1422 | _ => unexpected!(expr), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1436:21 [INFO] [stdout] | [INFO] [stdout] 1436 | error!("No type found for {}", var.as_str()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1445 | _ => unexpected!(var), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1445:18 [INFO] [stdout] | [INFO] [stdout] 1445 | _ => unexpected!(var), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1481 | _ => unexpected!(node), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1481:18 [INFO] [stdout] | [INFO] [stdout] 1481 | _ => unexpected!(node), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:16:46 [INFO] [stdout] | [INFO] [stdout] 16 | error!(format!($fmt, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | _ if arg.starts_with('-') => error!("Unknown flag {}", arg), [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:16:46 [INFO] [stdout] | [INFO] [stdout] 16 | error!(format!($fmt, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | _ if arg.starts_with('-') => error!("Unknown flag {}", arg), [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/builder.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | return error!("The subprocedure {} is called but never declared.", sub); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/builder.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 62 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 63 | | "C++ Error compiling {}: \n{}", [INFO] [stdout] 64 | | filename, [INFO] [stdout] 65 | | str::from_utf8(&output.stderr).unwrap_or("UTF-8 Error in C++ output") [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 269 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:269:22 [INFO] [stdout] | [INFO] [stdout] 269 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 301 | _ => unexpected!(stmt), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | _ => unexpected!(stmt), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:335:28 [INFO] [stdout] | [INFO] [stdout] 335 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:397:20 [INFO] [stdout] | [INFO] [stdout] 397 | return error!("Redefining existing SUB-PROCEDURE: {}", ident); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:457:20 [INFO] [stdout] | [INFO] [stdout] 457 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 458 | | "CREATE STATEMENT used with unknown sub-procedure: {}", [INFO] [stdout] 459 | | ident [INFO] [stdout] 460 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:547:9 [INFO] [stdout] | [INFO] [stdout] 547 | error!("Unknown statement: {}", stmt) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:528:20 [INFO] [stdout] | [INFO] [stdout] 528 | return error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 529 | | "Statement arguments didn't match any sub-procedures: {}", [INFO] [stdout] 530 | | stmt [INFO] [stdout] 531 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 585 | _ => unexpected!(arg), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:585:22 [INFO] [stdout] | [INFO] [stdout] 585 | _ => unexpected!(arg), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 657 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:657:18 [INFO] [stdout] | [INFO] [stdout] 657 | _ => unexpected!(pair), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:705:20 [INFO] [stdout] | [INFO] [stdout] 705 | return error!("{} can't be used without FOR/WHILE loop", pair.as_str()); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 790 | _ => unexpected!(test), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:790:18 [INFO] [stdout] | [INFO] [stdout] 790 | _ => unexpected!(test), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 807 | _ => unexpected!(mid), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:807:18 [INFO] [stdout] | [INFO] [stdout] 807 | _ => unexpected!(mid), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:840:25 [INFO] [stdout] | [INFO] [stdout] 840 | _ => return error!("UNIMPLEMENTED: {:?}", pair), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:851:13 [INFO] [stdout] | [INFO] [stdout] 851 | error!("Can't parse number: {}", num) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 867 | _ => unexpected!(inner), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:867:18 [INFO] [stdout] | [INFO] [stdout] 867 | _ => unexpected!(inner), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1061 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1061:18 [INFO] [stdout] | [INFO] [stdout] 1061 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1088:29 [INFO] [stdout] | [INFO] [stdout] 1088 | _ => return error!("unexpected rule: {:?}", part), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1229 | unexpected!(expr_type) [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `unexpected` [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1229:13 [INFO] [stdout] | [INFO] [stdout] 1229 | unexpected!(expr_type) [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1320:13 [INFO] [stdout] | [INFO] [stdout] 1320 | unexpected!(ident); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1386 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1386:18 [INFO] [stdout] | [INFO] [stdout] 1386 | _ => unexpected!(rule), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1401:13 [INFO] [stdout] | [INFO] [stdout] 1401 | error!("Can't infer scalar type for expression: {:?}", expr) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1422 | _ => unexpected!(expr), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1422:18 [INFO] [stdout] | [INFO] [stdout] 1422 | _ => unexpected!(expr), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1436:21 [INFO] [stdout] | [INFO] [stdout] 1436 | error!("No type found for {}", var.as_str()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1445 | _ => unexpected!(var), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1445:18 [INFO] [stdout] | [INFO] [stdout] 1445 | _ => unexpected!(var), [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 1481 | _ => unexpected!(node), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:103:42 [INFO] [stdout] | [INFO] [stdout] 103 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler.rs:1481:18 [INFO] [stdout] | [INFO] [stdout] 1481 | _ => unexpected!(node), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.21s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ldpl-034ad52fc1d8eaff) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/ldpl_rs-804030275637f8ef) [INFO] [stderr] Executable tests/parser_test.rs (/opt/rustwide/target/debug/deps/parser_test-ad5224c0cc20d843) [INFO] running `Command { std: "docker" "inspect" "954cce37658b8673e823b559d9d5b57cdebbbe112e0af1115a4ee9d3111d072f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "954cce37658b8673e823b559d9d5b57cdebbbe112e0af1115a4ee9d3111d072f", kill_on_drop: false }` [INFO] [stdout] 954cce37658b8673e823b559d9d5b57cdebbbe112e0af1115a4ee9d3111d072f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93669a197abd5f1b08ece5b2202c5b19fe93206262bacfc7fca7ac9c15ebf94a [INFO] running `Command { std: "docker" "start" "-a" "93669a197abd5f1b08ece5b2202c5b19fe93206262bacfc7fca7ac9c15ebf94a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/builder.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | return error!("The subprocedure {} is called but never declared.", sub); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/builder.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | return error!( [INFO] [stderr] | ____________________- [INFO] [stderr] 63 | | "C++ Error compiling {}: \n{}", [INFO] [stderr] 64 | | filename, [INFO] [stderr] 65 | | str::from_utf8(&output.stderr).unwrap_or("UTF-8 Error in C++ output") [INFO] [stderr] 66 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 269 | _ => unexpected!(pair), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:269:22 [INFO] [stderr] | [INFO] [stderr] 269 | _ => unexpected!(pair), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 301 | _ => unexpected!(stmt), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:301:18 [INFO] [stderr] | [INFO] [stderr] 301 | _ => unexpected!(stmt), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:335:28 [INFO] [stderr] | [INFO] [stderr] 335 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:340:28 [INFO] [stderr] | [INFO] [stderr] 340 | return error!("Duplicate declaration for variable: {}", ident); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:397:20 [INFO] [stderr] | [INFO] [stderr] 397 | return error!("Redefining existing SUB-PROCEDURE: {}", ident); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:457:20 [INFO] [stderr] | [INFO] [stderr] 457 | return error!( [INFO] [stderr] | ____________________- [INFO] [stderr] 458 | | "CREATE STATEMENT used with unknown sub-procedure: {}", [INFO] [stderr] 459 | | ident [INFO] [stderr] 460 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:547:9 [INFO] [stderr] | [INFO] [stderr] 547 | error!("Unknown statement: {}", stmt) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:528:20 [INFO] [stderr] | [INFO] [stderr] 528 | return error!( [INFO] [stderr] | ____________________- [INFO] [stderr] 529 | | "Statement arguments didn't match any sub-procedures: {}", [INFO] [stderr] 530 | | stmt [INFO] [stderr] 531 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 585 | _ => unexpected!(arg), [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:585:22 [INFO] [stderr] | [INFO] [stderr] 585 | _ => unexpected!(arg), [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 657 | _ => unexpected!(pair), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:657:18 [INFO] [stderr] | [INFO] [stderr] 657 | _ => unexpected!(pair), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:705:20 [INFO] [stderr] | [INFO] [stderr] 705 | return error!("{} can't be used without FOR/WHILE loop", pair.as_str()); [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 790 | _ => unexpected!(test), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:790:18 [INFO] [stderr] | [INFO] [stderr] 790 | _ => unexpected!(test), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 807 | _ => unexpected!(mid), [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:807:18 [INFO] [stderr] | [INFO] [stderr] 807 | _ => unexpected!(mid), [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:840:25 [INFO] [stderr] | [INFO] [stderr] 840 | _ => return error!("UNIMPLEMENTED: {:?}", pair), [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:851:13 [INFO] [stderr] | [INFO] [stderr] 851 | error!("Can't parse number: {}", num) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 867 | _ => unexpected!(inner), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:867:18 [INFO] [stderr] | [INFO] [stderr] 867 | _ => unexpected!(inner), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1061 | _ => unexpected!(rule), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1061:18 [INFO] [stderr] | [INFO] [stderr] 1061 | _ => unexpected!(rule), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1088:29 [INFO] [stderr] | [INFO] [stderr] 1088 | _ => return error!("unexpected rule: {:?}", part), [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1229 | unexpected!(expr_type) [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `unexpected` [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1229:13 [INFO] [stderr] | [INFO] [stderr] 1229 | unexpected!(expr_type) [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1320:13 [INFO] [stderr] | [INFO] [stderr] 1320 | unexpected!(ident); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1386 | _ => unexpected!(rule), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1386:18 [INFO] [stderr] | [INFO] [stderr] 1386 | _ => unexpected!(rule), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1401:13 [INFO] [stderr] | [INFO] [stderr] 1401 | error!("Can't infer scalar type for expression: {:?}", expr) [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1422 | _ => unexpected!(expr), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1422:18 [INFO] [stderr] | [INFO] [stderr] 1422 | _ => unexpected!(expr), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1436:21 [INFO] [stderr] | [INFO] [stderr] 1436 | error!("No type found for {}", var.as_str()) [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1445 | _ => unexpected!(var), [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1445:18 [INFO] [stderr] | [INFO] [stderr] 1445 | _ => unexpected!(var), [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler.rs:105:54 [INFO] [stderr] | [INFO] [stderr] 105 | return error!("Unexpected rule: {:?}", $rule); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 1481 | _ => unexpected!(node), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:103:42 [INFO] [stderr] | [INFO] [stderr] 103 | error!(format!($msg, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/compiler.rs:1481:18 [INFO] [stderr] | [INFO] [stderr] 1481 | _ => unexpected!(node), [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ldpl` (lib) generated 41 warnings [INFO] [stderr] warning: `ldpl` (lib test) generated 41 warnings (41 duplicates) [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:16:46 [INFO] [stderr] | [INFO] [stderr] 16 | error!(format!($fmt, $($args),*)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 120 | _ if arg.starts_with('-') => error!("Unknown flag {}", arg), [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `ldpl` (bin "ldpl-rs" test) generated 1 warning [INFO] [stderr] warning: `ldpl` (bin "ldpl-rs") generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.85s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ldpl-034ad52fc1d8eaff) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ldpl_rs-804030275637f8ef) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/parser_test.rs (/opt/rustwide/target/debug/deps/parser_test-ad5224c0cc20d843) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_lookup ... ok [INFO] [stdout] test test_text ... ok [INFO] [stdout] test test_user_stmt ... ok [INFO] [stdout] test test_number ... ok [INFO] [stdout] test test_var ... ok [INFO] [stdout] test test_store_stmt ... ok [INFO] [stdout] test test_newline ... ok [INFO] [stderr] Doc-tests ldpl [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "93669a197abd5f1b08ece5b2202c5b19fe93206262bacfc7fca7ac9c15ebf94a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93669a197abd5f1b08ece5b2202c5b19fe93206262bacfc7fca7ac9c15ebf94a", kill_on_drop: false }` [INFO] [stdout] 93669a197abd5f1b08ece5b2202c5b19fe93206262bacfc7fca7ac9c15ebf94a