[INFO] fetching crate macro_tt_utils 0.1.9... [INFO] building macro_tt_utils-0.1.9 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate macro_tt_utils 0.1.9 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate macro_tt_utils 0.1.9 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate macro_tt_utils 0.1.9 [INFO] finished tweaking crates.io crate macro_tt_utils 0.1.9 [INFO] tweaked toml for crates.io crate macro_tt_utils 0.1.9 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded goto v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cff3265eca480d2878b3173370dffc76263a0bfbda0befb843732ffe64769a07 [INFO] running `Command { std: "docker" "start" "-a" "cff3265eca480d2878b3173370dffc76263a0bfbda0befb843732ffe64769a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cff3265eca480d2878b3173370dffc76263a0bfbda0befb843732ffe64769a07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cff3265eca480d2878b3173370dffc76263a0bfbda0befb843732ffe64769a07", kill_on_drop: false }` [INFO] [stdout] cff3265eca480d2878b3173370dffc76263a0bfbda0befb843732ffe64769a07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail-expr-drop-order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 425306a04edd29487ec22004dad19901d2ec672ff17f095470ecc9c112a48b83 [INFO] running `Command { std: "docker" "start" "-a" "425306a04edd29487ec22004dad19901d2ec672ff17f095470ecc9c112a48b83", kill_on_drop: false }` [INFO] [stderr] Compiling goto v0.1.2 [INFO] [stderr] Compiling macro_tt_utils v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 81 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 95 | Some(ref a) => throw_error!(a.span(), "unsupported input argument type, expected '@root', 'string'"), [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | _ => throw_error!(span, "an unexpected break in the description of the input arguments,... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | _ => throw_error!(i.span(), "undefined macro type, expected 'root'"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | Some(ref a) => throw_error!(a.span(), "undefined macro type, expected '@root'"), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => throw_error!(span, "undefined macro type, expected '@root'"), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | (_r, _s) => throw_error!(punct.span(), "unsupported input argument type, expected '@root'") [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 133 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 139 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | Some(ref a) => throw_error!(a.span(), "unsupported input argument type, expected '@root', 'string'"), [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 149 | _ => throw_error!(span, "an unexpected break in the description of the input arguments, expected '@root', 'string'"), [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | Some(ref a) => throw_error!(a.span(), "no additional arguments were expected"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 181 | throw_error!(span, data) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `throw_error` [INFO] [stdout] = note: this warning originates in the macro `throw_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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | Some(ref a) => throw_error!(a.span(), "no additional arguments were expected"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:18:59 [INFO] [stdout] | [INFO] [stdout] 18 | return crate::diagnostics::throw_warning($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | throw_warning!(span, data) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `throw_warning` [INFO] [stdout] = note: this warning originates in the macro `throw_warning` (in Nightly builds, run 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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | Some(ref a) => throw_error!(a.span(), "no additional arguments were expected"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:24:56 [INFO] [stdout] | [INFO] [stdout] 24 | return crate::diagnostics::throw_note($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | throw_note!(span, data) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `throw_note` [INFO] [stdout] = note: this warning originates in the macro `throw_note` (in Nightly builds, run 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/proc_macro_fn/diag.rs:12:57 [INFO] [stdout] | [INFO] [stdout] 12 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 237 | Some(ref a) => throw_error!(a.span(), "no additional arguments were expected"), [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/diag.rs:30:56 [INFO] [stdout] | [INFO] [stdout] 30 | return crate::diagnostics::throw_help($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 243 | throw_help!(span, data) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `throw_help` [INFO] [stdout] = note: this warning originates in the macro `throw_help` (in Nightly builds, run 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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 53 | Some(ref a) => throw_error!(a.span(), format!("unknown input `{}`, expected '{}'", a, expected)), [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | _ => throw_error!(err, format!("empty input, expected '{}'", expected)), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | (ch, _a) => throw_error!(punct.span(), format!("undefined input `{}`, expected void or '!'", ch)), [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | Some(ref a) => throw_error!(a.span(), "this was expected to be one of the input elements of the macro"), [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 101 | _ => throw_error!(span, "an unexpected break in the description of the input arguments, expected '$a'"), [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 125 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | Some(ref a) => throw_error!(a.span(), "unsupported input argument type for condition, expe... [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 133 | _ => throw_error!(span, "empty condition record, expected '$a == $b'"), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | ref _a => throw_error!(punct.span(), "undefined condition, expected '==', '!='"), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | Some(ref a) => throw_error!(a.span(), "undefined condition, expected '==', '!='"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 153 | _ => throw_error!(span, "empty condition record, expected '==', '!='"), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 167 | ref _a => throw_error!(punct.span(), "undefined condition, expected '==', '!='"), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 169 | Some(ref a) => throw_error!(a.span(), "undefined condition, expected '==', '!='"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 170 | _ => throw_error!(span, "undefined condition, expected '==', '!='"), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 173 | ref _a => throw_error!(punct.span(), "undefined condition, expected '==', '!='"), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | Some(ref tree) => throw_error!(tree.span(), "undefined condition, expected '==', '!='"), [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | _ => throw_error!(span, "empty condition record, expected '==', '!='"), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | Some(ref a) => throw_error!(a.span(), "this was expected to be one of the input elements of the macro"), [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | _ => throw_error!(span, "an unexpected break in the description of the input arguments, expected '$a'"), [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | Some(_) => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 222 | None => throw_error!(span, "this was expected to be a string"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 228 | Some(ref a) => throw_error!(a.span(), "unsupported input argument type for condition, expe... [INFO] [stdout] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 229 | _ => throw_error!(span, "empty condition record, expected '$a == $b'"), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 253 | ...=> throw_error!(punct.span(), format!("undefined condition record `{}`. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.", ch... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...$s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 255 | ...=> throw_error!(a.span(), "undefined condition record. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...rror($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 257 | ...=> throw_error!(span, "undefined condition record. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 273 | ...=> throw_error!(span, format!("undefined condition record `{}`. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.", ch... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...$s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | ...=> throw_error!(a.span(), "undefined condition record. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...rror($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 277 | ...=> throw_error!(span, "undefined condition record. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 280 | ...=> throw_error!(punct.span(), format!("undefined condition record `{}`. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.", ch... [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ..._error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 282 | ...=> throw_error!(a.span(), "undefined condition record. expected conditional statements 'and' ('&&') or conditional 'or' ('||'), or empty record.... [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 286 | Some(ref a) => throw_error!(a.span(), "undefined condition record form, expected '($a == $i)'"), [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 287 | _ => throw_error!(span, "the entry was interrupted, the description of the condition '($ a == $ i)' was expected"), [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | Some(ref a) => throw_error!(a.span(), "expected code block"), [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 304 | _ => throw_error!(span, "expected code block"), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 320 | Some(ref a) => throw_error!(a.span(), "expected code block"), [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 321 | None => throw_error!(span, "expected code block"), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 325 | a => throw_error!(ident.span(), format!("undefined record `{}`, expected 'else' (description of the condition fo... [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 327 | Some(ref a) => throw_error!(a.span(), "undefined record , expected 'else' (description of the condition for negation)"), [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | ...($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 363 | ...Array => throw_error!(span, "the entry was interrupted, the description of the condition '($ a == $ i)' was expected"), [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_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/proc_macro_fn/tt_ident.rs:21:57 [INFO] [stdout] | [INFO] [stdout] 21 | return crate::diagnostics::throw_error($sp, $s).into(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 368 | a => throw_error!(span, format!("unknown input `{}`, expected 'if'", a)), [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `throw_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::into::*` [INFO] [stdout] --> src/lib.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub use self::into::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `proc_macro_mixed_site` has been stable since 1.45.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(proc_macro_mixed_site)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `macro_tt_utils` (lib) due to 1 previous error; 142 warnings emitted [INFO] running `Command { std: "docker" "inspect" "425306a04edd29487ec22004dad19901d2ec672ff17f095470ecc9c112a48b83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "425306a04edd29487ec22004dad19901d2ec672ff17f095470ecc9c112a48b83", kill_on_drop: false }` [INFO] [stdout] 425306a04edd29487ec22004dad19901d2ec672ff17f095470ecc9c112a48b83