[INFO] cloning repository https://github.com/OCamlPro/mikino
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OCamlPro/mikino" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOCamlPro%2Fmikino", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOCamlPro%2Fmikino'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10d48af408cbf415c475a000d00a63d999f1d045
[INFO] checking OCamlPro/mikino against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOCamlPro%2Fmikino" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/OCamlPro/mikino
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/OCamlPro/mikino
[INFO] tweaked toml for git repo https://github.com/OCamlPro/mikino written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OCamlPro/mikino on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 32 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | homepage = "https://github.com/AdrienChampion/mikino"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 37 | repository = "https://github.com/AdrienChampion/mikino"
[INFO] [stderr]    |              ------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `mikino_api` (manifest) generated 2 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded readonly v0.2.14
[INFO] [stderr]   Downloaded rsmt2 v0.16.2
[INFO] [stderr]   Downloaded peg v0.8.6
[INFO] [stderr]   Downloaded peg-runtime v0.8.6
[INFO] [stderr]   Downloaded peg-macros v0.8.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157
[INFO] running `Command { std: "docker" "start" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | homepage = "https://github.com/AdrienChampion/mikino"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 37 | repository = "https://github.com/AdrienChampion/mikino"
[INFO] [stderr]    |              ------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `mikino_api` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]    Compiling peg-runtime v0.8.6
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling peg-macros v0.8.6
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking peg v0.8.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling readonly v0.2.14
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking rsmt2 v0.16.2
[INFO] [stderr]     Checking mikino_api v0.9.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check/cexs.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | /             bail!(
[INFO] [stdout] 37 | |                 "trying to insert a value for {}@{} twice while constructing cex",
[INFO] [stdout] 38 | |                 var_id,
[INFO] [stdout] 39 | |                 step
[INFO] [stdout] 40 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check/cexs.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             bail!("trying to insert a value for for {} twice", var)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check/cexs.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             bail!(
[INFO] [stdout] 135 | |                 "trying to register more than one falsification of PO `{}`",
[INFO] [stdout] 136 | |                 po
[INFO] [stdout] 137 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check/cexs.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 199 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             bail!("trying to register PO `{}` as falsified twice")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |             bail!("trying to register unknown PO `{}` as falsified")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             bail!("trying to to register unknown PO `{}` as falsified", po)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 | /                 bail!(
[INFO] [stdout] 150 | |                     "asked to merge two inconsistent base/step check results ({})",
[INFO] [stdout] 151 | |                     $n
[INFO] [stdout] 152 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 157 | /             abort!(format!(
[INFO] [stdout] 158 | |                 "{}/{} | {}/{}",
[INFO] [stdout] 159 | |                 base.okay.len(),
[INFO] [stdout] 160 | |                 base.cexs.len(),
[INFO] [stdout] 161 | |                 step.okay.len(),
[INFO] [stdout] 162 | |                 step.cexs.len()
[INFO] [stdout] 163 | |             ))
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `abort` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 | /                 bail!(
[INFO] [stdout] 150 | |                     "asked to merge two inconsistent base/step check results ({})",
[INFO] [stdout] 151 | |                     $n
[INFO] [stdout] 152 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 176 |                   abort!(inductive)
[INFO] [stdout]     |                   ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `abort` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:518:13
[INFO] [stdout]     |
[INFO] [stdout] 518 | /             bail!(
[INFO] [stdout] 519 | |                 "illegal configuration for a BMC check, next step is {} but check step is {}",
[INFO] [stdout] 520 | |                 self.next_step,
[INFO] [stdout] 521 | |                 self.check_step
[INFO] [stdout] 522 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:534:13
[INFO] [stdout]     |
[INFO] [stdout] 534 | /             bail!(
[INFO] [stdout] 535 | |                 "illegal configuration for a BMC unroll, next step is {} but check step is {}",
[INFO] [stdout] 536 | |                 self.next_step,
[INFO] [stdout] 537 | |                 self.check_step
[INFO] [stdout] 538 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |             _ => bail!("expected boolean, found `{}`", self),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |             _ => bail!("expect integer, found `{}`", self),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:173:18
[INFO] [stdout]     |
[INFO] [stdout] 173 |             _ => bail!("expect integer, found `{}`", self),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:382:13
[INFO] [stdout]     |
[INFO] [stdout] 382 | /             bail!(
[INFO] [stdout] 383 | |                 "`{}` expects at least {} argument(s)",
[INFO] [stdout] 384 | |                 self,
[INFO] [stdout] 385 | |                 self.min_arity(),
[INFO] [stdout] 386 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:390:17
[INFO] [stdout]     |
[INFO] [stdout] 390 |                 bail!("`{}` expects at most {} argument(s)", self, max)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:400:21
[INFO] [stdout]     |
[INFO] [stdout] 400 |                     bail!("expected first argument of type `bool`, got `{}`", typ)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:407:21
[INFO] [stdout]     |
[INFO] [stdout] 407 | /                     bail!(
[INFO] [stdout] 408 | |                         "`{}`'s second and third arguments should have the same type, got `{}` and `{}`",
[INFO] [stdout] 409 | |                         self, thn_typ, els_typ,
[INFO] [stdout] 410 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:417:21
[INFO] [stdout]     |
[INFO] [stdout] 417 |                     bail!("`{}`'s arguments must all be boolean expressions", self)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 | /                     bail!(
[INFO] [stdout] 436 | |                         "`{}`'s arguments must have an arithmetic type, unexpected type `{}`",
[INFO] [stdout] 437 | |                         self,
[INFO] [stdout] 438 | |                         first,
[INFO] [stdout] 439 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:443:25
[INFO] [stdout]     |
[INFO] [stdout] 443 | /                         bail!(
[INFO] [stdout] 444 | |                             "`{}`'s arguments must all have the same type, found `{}` and `{}`",
[INFO] [stdout] 445 | |                             self,
[INFO] [stdout] 446 | |                             first,
[INFO] [stdout] 447 | |                             typ,
[INFO] [stdout] 448 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:452:21
[INFO] [stdout]     |
[INFO] [stdout] 452 | /                     bail!(
[INFO] [stdout] 453 | |                         "`{}` can only be applied to integer arguments, found `{}`",
[INFO] [stdout] 454 | |                         self,
[INFO] [stdout] 455 | |                         first,
[INFO] [stdout] 456 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:475:25
[INFO] [stdout]     |
[INFO] [stdout] 475 | /                         bail!(
[INFO] [stdout] 476 | |                             "`{}`'s arguments must all have the same type, found `{}` and `{}`",
[INFO] [stdout] 477 | |                             self,
[INFO] [stdout] 478 | |                             first,
[INFO] [stdout] 479 | |                             typ,
[INFO] [stdout] 480 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:537:13
[INFO] [stdout]     |
[INFO] [stdout] 537 | /             bail!(
[INFO] [stdout] 538 | |                 "`{}` expects at least {} argument(s)",
[INFO] [stdout] 539 | |                 self,
[INFO] [stdout] 540 | |                 self.min_arity(),
[INFO] [stdout] 541 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:545:17
[INFO] [stdout]     |
[INFO] [stdout] 545 |                 bail!("`{}` expects at most {} argument(s)", self, max)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 649 |               Self::Add => arith_op!(+),
[INFO] [stdout]     |                            ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 | /                 bail!(
[INFO] [stdout] 576 | |                     "cannot apply `{}` to `{}: {}`",
[INFO] [stdout] 577 | |                     stringify!($op),
[INFO] [stdout] 578 | |                     $cst,
[INFO] [stdout] 579 | |                     $cst.typ(),
[INFO] [stdout] 580 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 652 |                       arith_op!(un - args.next().unwrap())
[INFO] [stdout]     |                       ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 654 |                       arith_op!(-)
[INFO] [stdout]     |                       ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 657 |               Self::Mul => arith_op!(*),
[INFO] [stdout]     |                            ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 664 |                       (lft, rgt) => op_err!(bin lft / rgt),
[INFO] [stdout]     |                                     ---------------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `op_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 673 |                       (lft, rgt) => op_err!(bin(Self::IDiv) lft / rgt),
[INFO] [stdout]     |                                     ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `op_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 679 |               Self::Mod => arith_op!(%),
[INFO] [stdout]     |                            ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 681 |               Self::Ge => arith_op!(rel >=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 681 |               Self::Ge => arith_op!(rel >=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 682 |               Self::Le => arith_op!(rel <=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 682 |               Self::Le => arith_op!(rel <=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 683 |               Self::Gt => arith_op!(rel >),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 683 |               Self::Gt => arith_op!(rel >),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 684 |               Self::Lt => arith_op!(rel <),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 684 |               Self::Lt => arith_op!(rel <),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1247:9
[INFO] [stdout]      |
[INFO] [stdout] 1247 | /         bail!(
[INFO] [stdout] 1248 | |             "cannot extract row/col information from position {}, position is out of range",
[INFO] [stdout] 1249 | |             pos
[INFO] [stdout] 1250 | |         )
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1472:13
[INFO] [stdout]      |
[INFO] [stdout] 1472 |             bail!(self.fail(format!("expected token `{}`", tag)))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1625:13
[INFO] [stdout]      |
[INFO] [stdout] 1625 |             bail!(self.fail("division by zero"))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1703:13
[INFO] [stdout]      |
[INFO] [stdout] 1703 |             bail!(self.fail("expected type"))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1717:17
[INFO] [stdout]      |
[INFO] [stdout] 1717 |                 bail!(self.fail_at(start, format!("unknown variable `{}`", id)))
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1775:13
[INFO] [stdout]      |
[INFO] [stdout] 1775 |             bail!(self.fail_at(start, "illegal `pre` operator in stateless expression"))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1777:13
[INFO] [stdout]      |
[INFO] [stdout] 1777 |             bail!(self.fail_at(start, format!("unknown operator `{}`", op)))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1842:34
[INFO] [stdout]      |
[INFO] [stdout] 1842 |             Ok(None) | Err(_) => bail!("unexpected variable string `{}`", input),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1850:18
[INFO] [stdout]      |
[INFO] [stdout] 1850 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1859:34
[INFO] [stdout]      |
[INFO] [stdout] 1859 |             Ok(None) | Err(_) => bail!("unexpected state variable string `{}`", input),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1867:18
[INFO] [stdout]      |
[INFO] [stdout] 1867 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script/frame.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 |                     bail!("cannot explore the condition of an if-then-else with a non-check-sat condition")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 bail!("[fatal] illegal `Step::update({:?}, {:?})`", lft, rgt)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:404:13
[INFO] [stdout]     |
[INFO] [stdout] 404 |             bail!("[fatal] overwriting *go_up* result {:?}", res)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |             bail!("[fatal] overwriting *step_res* result {:?}", _prev)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:732:25
[INFO] [stdout]     |
[INFO] [stdout] 732 | /                         bail!(PError::new_error(
[INFO] [stdout] 733 | |                             s.span,
[INFO] [stdout] 734 | |                             self.txt,
[INFO] [stdout] 735 | |                             "[fatal] no result to set this meta-variabl to",
[INFO] [stdout] 736 | |                         ))
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:755:43
[INFO] [stdout]     |
[INFO] [stdout] 755 |                           QueryRes::None => bail!(PError::new_error(
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 756 | |                             ite.span,
[INFO] [stdout] 757 | |                             self.txt,
[INFO] [stdout] 758 | |                             "[fatal] condition of if-then-else produced no result"
[INFO] [stdout] 759 | |                         )),
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/solver.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/solver.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check/cexs.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | /             bail!(
[INFO] [stdout] 37 | |                 "trying to insert a value for {}@{} twice while constructing cex",
[INFO] [stdout] 38 | |                 var_id,
[INFO] [stdout] 39 | |                 step
[INFO] [stdout] 40 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check/cexs.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             bail!("trying to insert a value for for {} twice", var)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check/cexs.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 | /             bail!(
[INFO] [stdout] 135 | |                 "trying to register more than one falsification of PO `{}`",
[INFO] [stdout] 136 | |                 po
[INFO] [stdout] 137 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check/cexs.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 199 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             bail!("trying to register PO `{}` as falsified twice")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |             bail!("trying to register unknown PO `{}` as falsified")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/check.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             bail!("trying to to register unknown PO `{}` as falsified", po)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[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 `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 | /                 bail!(
[INFO] [stdout] 150 | |                     "asked to merge two inconsistent base/step check results ({})",
[INFO] [stdout] 151 | |                     $n
[INFO] [stdout] 152 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 157 | /             abort!(format!(
[INFO] [stdout] 158 | |                 "{}/{} | {}/{}",
[INFO] [stdout] 159 | |                 base.okay.len(),
[INFO] [stdout] 160 | |                 base.cexs.len(),
[INFO] [stdout] 161 | |                 step.okay.len(),
[INFO] [stdout] 162 | |                 step.cexs.len()
[INFO] [stdout] 163 | |             ))
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `abort` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 | /                 bail!(
[INFO] [stdout] 150 | |                     "asked to merge two inconsistent base/step check results ({})",
[INFO] [stdout] 151 | |                     $n
[INFO] [stdout] 152 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 176 |                   abort!(inductive)
[INFO] [stdout]     |                   ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `abort` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:518:13
[INFO] [stdout]     |
[INFO] [stdout] 518 | /             bail!(
[INFO] [stdout] 519 | |                 "illegal configuration for a BMC check, next step is {} but check step is {}",
[INFO] [stdout] 520 | |                 self.next_step,
[INFO] [stdout] 521 | |                 self.check_step
[INFO] [stdout] 522 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/check.rs:534:13
[INFO] [stdout]     |
[INFO] [stdout] 534 | /             bail!(
[INFO] [stdout] 535 | |                 "illegal configuration for a BMC unroll, next step is {} but check step is {}",
[INFO] [stdout] 536 | |                 self.next_step,
[INFO] [stdout] 537 | |                 self.check_step
[INFO] [stdout] 538 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | /     parse_build_check! {
[INFO] [stdout] 111 | |         input: "a - b - 'c - d",
[INFO] [stdout] 112 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 113 | |         expect: "(- a@0 b@0 c@1 d@0)",
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | /     parse_build_check! {
[INFO] [stdout] 111 | |         input: "a - b - 'c - d",
[INFO] [stdout] 112 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 113 | |         expect: "(- a@0 b@0 c@1 d@0)",
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | /     parse_build_check! {
[INFO] [stdout] 111 | |         input: "a - b - 'c - d",
[INFO] [stdout] 112 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 113 | |         expect: "(- a@0 b@0 c@1 d@0)",
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | /     parse_build_check! {
[INFO] [stdout] 111 | |         input: "a - b - 'c - d",
[INFO] [stdout] 112 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 113 | |         expect: "(- a@0 b@0 c@1 d@0)",
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 | /     parse_build_check! {
[INFO] [stdout] 116 | |         input: "a + 'b + c + 'd",
[INFO] [stdout] 117 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 118 | |         expect: "(+ a@0 b@1 c@0 d@1)",
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 | /     parse_build_check! {
[INFO] [stdout] 116 | |         input: "a + 'b + c + 'd",
[INFO] [stdout] 117 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 118 | |         expect: "(+ a@0 b@1 c@0 d@1)",
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 | /     parse_build_check! {
[INFO] [stdout] 116 | |         input: "a + 'b + c + 'd",
[INFO] [stdout] 117 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 118 | |         expect: "(+ a@0 b@1 c@0 d@1)",
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 | /     parse_build_check! {
[INFO] [stdout] 116 | |         input: "a + 'b + c + 'd",
[INFO] [stdout] 117 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 118 | |         expect: "(+ a@0 b@1 c@0 d@1)",
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     parse_build_check! {
[INFO] [stdout] 121 | |         input: "a > 'b > c > 'd",
[INFO] [stdout] 122 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 123 | |         expect: "(> a@0 b@1 c@0 d@1)",
[INFO] [stdout] 124 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     parse_build_check! {
[INFO] [stdout] 121 | |         input: "a > 'b > c > 'd",
[INFO] [stdout] 122 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 123 | |         expect: "(> a@0 b@1 c@0 d@1)",
[INFO] [stdout] 124 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     parse_build_check! {
[INFO] [stdout] 121 | |         input: "a > 'b > c > 'd",
[INFO] [stdout] 122 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 123 | |         expect: "(> a@0 b@1 c@0 d@1)",
[INFO] [stdout] 124 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     parse_build_check! {
[INFO] [stdout] 121 | |         input: "a > 'b > c > 'd",
[INFO] [stdout] 122 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 123 | |         expect: "(> a@0 b@1 c@0 d@1)",
[INFO] [stdout] 124 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | /     parse_build_check! {
[INFO] [stdout] 126 | |         input: "a = 'b = c = 'd",
[INFO] [stdout] 127 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 128 | |         expect: "(= a@0 b@1 c@0 d@1)",
[INFO] [stdout] 129 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | /     parse_build_check! {
[INFO] [stdout] 126 | |         input: "a = 'b = c = 'd",
[INFO] [stdout] 127 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 128 | |         expect: "(= a@0 b@1 c@0 d@1)",
[INFO] [stdout] 129 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | /     parse_build_check! {
[INFO] [stdout] 126 | |         input: "a = 'b = c = 'd",
[INFO] [stdout] 127 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 128 | |         expect: "(= a@0 b@1 c@0 d@1)",
[INFO] [stdout] 129 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | /     parse_build_check! {
[INFO] [stdout] 126 | |         input: "a = 'b = c = 'd",
[INFO] [stdout] 127 | |         decls: (a, b, c, d: int),
[INFO] [stdout] 128 | |         expect: "(= a@0 b@1 c@0 d@1)",
[INFO] [stdout] 129 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     parse_build_check! {
[INFO] [stdout] 135 | |         input: "a + b * 'c",
[INFO] [stdout] 136 | |         decls: (a, b, c: int),
[INFO] [stdout] 137 | |         expect: "(+ a@0 (* b@0 c@1))",
[INFO] [stdout] 138 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     parse_build_check! {
[INFO] [stdout] 135 | |         input: "a + b * 'c",
[INFO] [stdout] 136 | |         decls: (a, b, c: int),
[INFO] [stdout] 137 | |         expect: "(+ a@0 (* b@0 c@1))",
[INFO] [stdout] 138 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     parse_build_check! {
[INFO] [stdout] 135 | |         input: "a + b * 'c",
[INFO] [stdout] 136 | |         decls: (a, b, c: int),
[INFO] [stdout] 137 | |         expect: "(+ a@0 (* b@0 c@1))",
[INFO] [stdout] 138 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 | /     parse_build_check! {
[INFO] [stdout] 140 | |         input: "a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 }",
[INFO] [stdout] 141 | |         decls: (a, b, c: int),
[INFO] [stdout] 142 | |         expect: "(< a@0 (ite (> (+ a@1 2) b@0) 7 (ite (> a@1 c@0) (+ c@0 2) 10)))",
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 | /     parse_build_check! {
[INFO] [stdout] 140 | |         input: "a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 }",
[INFO] [stdout] 141 | |         decls: (a, b, c: int),
[INFO] [stdout] 142 | |         expect: "(< a@0 (ite (> (+ a@1 2) b@0) 7 (ite (> a@1 c@0) (+ c@0 2) 10)))",
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 | /     parse_build_check! {
[INFO] [stdout] 140 | |         input: "a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 }",
[INFO] [stdout] 141 | |         decls: (a, b, c: int),
[INFO] [stdout] 142 | |         expect: "(< a@0 (ite (> (+ a@1 2) b@0) 7 (ite (> a@1 c@0) (+ c@0 2) 10)))",
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | /     parse_build_check! {
[INFO] [stdout] 145 | |         input: "boo_1 && a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 } && boo_2",
[INFO] [stdout] 146 | |         decls: (
[INFO] [stdout] 147 | |             a, b, c: int
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         )",
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | /     parse_build_check! {
[INFO] [stdout] 145 | |         input: "boo_1 && a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 } && boo_2",
[INFO] [stdout] 146 | |         decls: (
[INFO] [stdout] 147 | |             a, b, c: int
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         )",
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | /     parse_build_check! {
[INFO] [stdout] 145 | |         input: "boo_1 && a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 } && boo_2",
[INFO] [stdout] 146 | |         decls: (
[INFO] [stdout] 147 | |             a, b, c: int
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         )",
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | /     parse_build_check! {
[INFO] [stdout] 145 | |         input: "boo_1 && a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 } && boo_2",
[INFO] [stdout] 146 | |         decls: (
[INFO] [stdout] 147 | |             a, b, c: int
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         )",
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | /     parse_build_check! {
[INFO] [stdout] 145 | |         input: "boo_1 && a < if 'a + 2 > b { 7 } else if 'a > c { c + 2 } else { 10 } && boo_2",
[INFO] [stdout] 146 | |         decls: (
[INFO] [stdout] 147 | |             a, b, c: int
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         )",
[INFO] [stdout] 155 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 | /     parse_build_check! {
[INFO] [stdout] 161 | |         input: "a && b && c",
[INFO] [stdout] 162 | |         decls: (
[INFO] [stdout] 163 | |             a, b: bool
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |         fail: "[2, 4] `and`'s arguments must all be boolean expressions",
[INFO] [stdout] 167 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 | /     parse_build_check! {
[INFO] [stdout] 161 | |         input: "a && b && c",
[INFO] [stdout] 162 | |         decls: (
[INFO] [stdout] 163 | |             a, b: bool
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |         fail: "[2, 4] `and`'s arguments must all be boolean expressions",
[INFO] [stdout] 167 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:116:25
[INFO] [stdout]     |
[INFO] [stdout] 116 |                           bail!("found multiple definitions of identifier `{}`", stringify!($ident))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/test.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 | /     parse_build_check! {
[INFO] [stdout] 161 | |         input: "a && b && c",
[INFO] [stdout] 162 | |         decls: (
[INFO] [stdout] 163 | |             a, b: bool
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |         fail: "[2, 4] `and`'s arguments must all be boolean expressions",
[INFO] [stdout] 167 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `parse_build_check` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |             _ => bail!("expected boolean, found `{}`", self),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |             _ => bail!("expect integer, found `{}`", self),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:173:18
[INFO] [stdout]     |
[INFO] [stdout] 173 |             _ => bail!("expect integer, found `{}`", self),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:382:13
[INFO] [stdout]     |
[INFO] [stdout] 382 | /             bail!(
[INFO] [stdout] 383 | |                 "`{}` expects at least {} argument(s)",
[INFO] [stdout] 384 | |                 self,
[INFO] [stdout] 385 | |                 self.min_arity(),
[INFO] [stdout] 386 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:390:17
[INFO] [stdout]     |
[INFO] [stdout] 390 |                 bail!("`{}` expects at most {} argument(s)", self, max)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:400:21
[INFO] [stdout]     |
[INFO] [stdout] 400 |                     bail!("expected first argument of type `bool`, got `{}`", typ)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:407:21
[INFO] [stdout]     |
[INFO] [stdout] 407 | /                     bail!(
[INFO] [stdout] 408 | |                         "`{}`'s second and third arguments should have the same type, got `{}` and `{}`",
[INFO] [stdout] 409 | |                         self, thn_typ, els_typ,
[INFO] [stdout] 410 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:417:21
[INFO] [stdout]     |
[INFO] [stdout] 417 |                     bail!("`{}`'s arguments must all be boolean expressions", self)
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 | /                     bail!(
[INFO] [stdout] 436 | |                         "`{}`'s arguments must have an arithmetic type, unexpected type `{}`",
[INFO] [stdout] 437 | |                         self,
[INFO] [stdout] 438 | |                         first,
[INFO] [stdout] 439 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:443:25
[INFO] [stdout]     |
[INFO] [stdout] 443 | /                         bail!(
[INFO] [stdout] 444 | |                             "`{}`'s arguments must all have the same type, found `{}` and `{}`",
[INFO] [stdout] 445 | |                             self,
[INFO] [stdout] 446 | |                             first,
[INFO] [stdout] 447 | |                             typ,
[INFO] [stdout] 448 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:452:21
[INFO] [stdout]     |
[INFO] [stdout] 452 | /                     bail!(
[INFO] [stdout] 453 | |                         "`{}` can only be applied to integer arguments, found `{}`",
[INFO] [stdout] 454 | |                         self,
[INFO] [stdout] 455 | |                         first,
[INFO] [stdout] 456 | |                     )
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:475:25
[INFO] [stdout]     |
[INFO] [stdout] 475 | /                         bail!(
[INFO] [stdout] 476 | |                             "`{}`'s arguments must all have the same type, found `{}` and `{}`",
[INFO] [stdout] 477 | |                             self,
[INFO] [stdout] 478 | |                             first,
[INFO] [stdout] 479 | |                             typ,
[INFO] [stdout] 480 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:537:13
[INFO] [stdout]     |
[INFO] [stdout] 537 | /             bail!(
[INFO] [stdout] 538 | |                 "`{}` expects at least {} argument(s)",
[INFO] [stdout] 539 | |                 self,
[INFO] [stdout] 540 | |                 self.min_arity(),
[INFO] [stdout] 541 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:545:17
[INFO] [stdout]     |
[INFO] [stdout] 545 |                 bail!("`{}` expects at most {} argument(s)", self, max)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 649 |               Self::Add => arith_op!(+),
[INFO] [stdout]     |                            ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 | /                 bail!(
[INFO] [stdout] 576 | |                     "cannot apply `{}` to `{}: {}`",
[INFO] [stdout] 577 | |                     stringify!($op),
[INFO] [stdout] 578 | |                     $cst,
[INFO] [stdout] 579 | |                     $cst.typ(),
[INFO] [stdout] 580 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 652 |                       arith_op!(un - args.next().unwrap())
[INFO] [stdout]     |                       ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 654 |                       arith_op!(-)
[INFO] [stdout]     |                       ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 657 |               Self::Mul => arith_op!(*),
[INFO] [stdout]     |                            ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 664 |                       (lft, rgt) => op_err!(bin lft / rgt),
[INFO] [stdout]     |                                     ---------------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `op_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 673 |                       (lft, rgt) => op_err!(bin(Self::IDiv) lft / rgt),
[INFO] [stdout]     |                                     ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `op_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 679 |               Self::Mod => arith_op!(%),
[INFO] [stdout]     |                            ------------ in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 681 |               Self::Ge => arith_op!(rel >=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 681 |               Self::Ge => arith_op!(rel >=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 682 |               Self::Le => arith_op!(rel <=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 682 |               Self::Le => arith_op!(rel <=),
[INFO] [stdout]     |                           ----------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 683 |               Self::Gt => arith_op!(rel >),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 683 |               Self::Gt => arith_op!(rel >),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 684 |               Self::Lt => arith_op!(rel <),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/expr.rs:565:17
[INFO] [stdout]     |
[INFO] [stdout] 565 | /                 bail!(
[INFO] [stdout] 566 | |                     "cannot apply `{}` to `{}: {}` and `{}: {}`",
[INFO] [stdout] 567 | |                     op,
[INFO] [stdout] 568 | |                     $lft,
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |                     $rgt.typ(),
[INFO] [stdout] 572 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 684 |               Self::Lt => arith_op!(rel <),
[INFO] [stdout]     |                           ---------------- in this macro invocation
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` which comes from the expansion of the macro `arith_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1247:9
[INFO] [stdout]      |
[INFO] [stdout] 1247 | /         bail!(
[INFO] [stdout] 1248 | |             "cannot extract row/col information from position {}, position is out of range",
[INFO] [stdout] 1249 | |             pos
[INFO] [stdout] 1250 | |         )
[INFO] [stdout]      | |_________^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1472:13
[INFO] [stdout]      |
[INFO] [stdout] 1472 |             bail!(self.fail(format!("expected token `{}`", tag)))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1625:13
[INFO] [stdout]      |
[INFO] [stdout] 1625 |             bail!(self.fail("division by zero"))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1703:13
[INFO] [stdout]      |
[INFO] [stdout] 1703 |             bail!(self.fail("expected type"))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1717:17
[INFO] [stdout]      |
[INFO] [stdout] 1717 |                 bail!(self.fail_at(start, format!("unknown variable `{}`", id)))
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1775:13
[INFO] [stdout]      |
[INFO] [stdout] 1775 |             bail!(self.fail_at(start, "illegal `pre` operator in stateless expression"))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1777:13
[INFO] [stdout]      |
[INFO] [stdout] 1777 |             bail!(self.fail_at(start, format!("unknown operator `{}`", op)))
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[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 `bail`
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1842:34
[INFO] [stdout]      |
[INFO] [stdout] 1842 |             Ok(None) | Err(_) => bail!("unexpected variable string `{}`", input),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1850:18
[INFO] [stdout]      |
[INFO] [stdout] 1850 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1859:34
[INFO] [stdout]      |
[INFO] [stdout] 1859 |             Ok(None) | Err(_) => bail!("unexpected state variable string `{}`", input),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/parse.rs:1867:18
[INFO] [stdout]      |
[INFO] [stdout] 1867 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script/frame.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 |                     bail!("cannot explore the condition of an if-then-else with a non-check-sat condition")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 bail!("[fatal] illegal `Step::update({:?}, {:?})`", lft, rgt)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:404:13
[INFO] [stdout]     |
[INFO] [stdout] 404 |             bail!("[fatal] overwriting *go_up* result {:?}", res)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |             bail!("[fatal] overwriting *step_res* result {:?}", _prev)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:732:25
[INFO] [stdout]     |
[INFO] [stdout] 732 | /                         bail!(PError::new_error(
[INFO] [stdout] 733 | |                             s.span,
[INFO] [stdout] 734 | |                             self.txt,
[INFO] [stdout] 735 | |                             "[fatal] no result to set this meta-variabl to",
[INFO] [stdout] 736 | |                         ))
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[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 `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/script.rs:755:43
[INFO] [stdout]     |
[INFO] [stdout] 755 |                           QueryRes::None => bail!(PError::new_error(
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 756 | |                             ite.span,
[INFO] [stdout] 757 | |                             self.txt,
[INFO] [stdout] 758 | |                             "[fatal] condition of if-then-else produced no result"
[INFO] [stdout] 759 | |                         )),
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/solver.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/solver.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 |             _ => bail!("unexpected type string `{}`", input),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler 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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/check.rs:114:45
[INFO] [stdout]     |
[INFO] [stdout] 114 |               fn from(res: CheckRes<'sys>) -> $ty_name {
[INFO] [stdout]     |                                     ----      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 121 | / wrap! {
[INFO] [stdout] 122 | |     /// Result of a base check, simply wraps a [CheckRes](struct.CheckRes.html).
[INFO] [stdout] 123 | |     BaseRes,
[INFO] [stdout] 124 | |     /// Result of a step check, simply wraps a [CheckRes](struct.CheckRes.html).
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     BmcRes,
[INFO] [stdout] 128 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'sys`
[INFO] [stdout]     |
[INFO] [stdout] 114 |             fn from(res: CheckRes<'sys>) -> $ty_name<'sys> {
[INFO] [stdout]     |                                                     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/expr.rs:1049:20
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     pub fn negated(&self) -> NotPExpr<V> {
[INFO] [stdout]      |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     pub fn negated(&self) -> NotPExpr<'_, V> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1145:20
[INFO] [stdout]      |
[INFO] [stdout] 1145 | pub fn script(txt: &str) -> Res<ast::script::Block<ast::Expr, ast::Expr>> {
[INFO] [stdout]      |                    ^^^^                            ^^^^^^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               the same lifetime is hidden here
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1145 | pub fn script(txt: &str) -> Res<ast::script::Block<ast::Expr<'_>, ast::Expr<'_>>> {
[INFO] [stdout]      |                                                             ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/check.rs:114:45
[INFO] [stdout]     |
[INFO] [stdout] 114 |               fn from(res: CheckRes<'sys>) -> $ty_name {
[INFO] [stdout]     |                                     ----      ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 121 | / wrap! {
[INFO] [stdout] 122 | |     /// Result of a base check, simply wraps a [CheckRes](struct.CheckRes.html).
[INFO] [stdout] 123 | |     BaseRes,
[INFO] [stdout] 124 | |     /// Result of a step check, simply wraps a [CheckRes](struct.CheckRes.html).
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     BmcRes,
[INFO] [stdout] 128 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'sys`
[INFO] [stdout]     |
[INFO] [stdout] 114 |             fn from(res: CheckRes<'sys>) -> $ty_name<'sys> {
[INFO] [stdout]     |                                                     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/expr.rs:1049:20
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     pub fn negated(&self) -> NotPExpr<V> {
[INFO] [stdout]      |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     pub fn negated(&self) -> NotPExpr<'_, V> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parse.rs:1145:20
[INFO] [stdout]      |
[INFO] [stdout] 1145 | pub fn script(txt: &str) -> Res<ast::script::Block<ast::Expr, ast::Expr>> {
[INFO] [stdout]      |                    ^^^^                            ^^^^^^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |                               |
[INFO] [stdout]      |                    |                               the same lifetime is hidden here
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1145 | pub fn script(txt: &str) -> Res<ast::script::Block<ast::Expr<'_>, ast::Expr<'_>>> {
[INFO] [stdout]      |                                                             ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mikino_api v0.9.1 (/opt/rustwide/workdir), rsmt2 v0.16.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157", kill_on_drop: false }`
[INFO] [stdout] 22def114cf5621ce10ef9d1b77b4fa760e37fb1b89fe10e7c5ad20f250e4f157
