[INFO] fetching crate macro_tt_utils 0.1.9...
[INFO] checking macro_tt_utils-0.1.9 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate macro_tt_utils 0.1.9 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate macro_tt_utils 0.1.9 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad7231b5043eeb37c6579ddacef883b832a85b7333e991c98c0876b5fb6a5cbf
[INFO] running `Command { std: "docker" "start" "-a" "ad7231b5043eeb37c6579ddacef883b832a85b7333e991c98c0876b5fb6a5cbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad7231b5043eeb37c6579ddacef883b832a85b7333e991c98c0876b5fb6a5cbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad7231b5043eeb37c6579ddacef883b832a85b7333e991c98c0876b5fb6a5cbf", kill_on_drop: false }`
[INFO] [stdout] ad7231b5043eeb37c6579ddacef883b832a85b7333e991c98c0876b5fb6a5cbf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1572fa9c262814a3d4ad2cb636a9ec2a88b644e5e1641efd8400a17cee1071a4
[INFO] running `Command { std: "docker" "start" "-a" "1572fa9c262814a3d4ad2cb636a9ec2a88b644e5e1641efd8400a17cee1071a4", kill_on_drop: false }`
[INFO] [stderr]     Checking goto v0.1.2
[INFO] [stderr]     Checking 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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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] 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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: 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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] 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] error: aborting due to 1 previous error; 72 warnings emitted
[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 2 previous errors; 142 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 72 warnings emitted
[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 test) due to 2 previous errors; 142 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1572fa9c262814a3d4ad2cb636a9ec2a88b644e5e1641efd8400a17cee1071a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1572fa9c262814a3d4ad2cb636a9ec2a88b644e5e1641efd8400a17cee1071a4", kill_on_drop: false }`
[INFO] [stdout] 1572fa9c262814a3d4ad2cb636a9ec2a88b644e5e1641efd8400a17cee1071a4
