[INFO] cloning repository https://github.com/AlexanderPortland/rice-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlexanderPortland/rice-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderPortland%2Frice-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderPortland%2Frice-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78246427b9b97d0d0e38765c0788c136396060fe
[INFO] checking AlexanderPortland/rice-compiler against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexanderPortland%2Frice-compiler" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/AlexanderPortland/rice-compiler
[INFO] finished tweaking git repo https://github.com/AlexanderPortland/rice-compiler
[INFO] tweaked toml for git repo https://github.com/AlexanderPortland/rice-compiler written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlexanderPortland/rice-compiler on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AlexanderPortland/rice-compiler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324
[INFO] running `Command { std: "docker" "start" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324", 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" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324", 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" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling cranelift-srcgen v0.123.2
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling cranelift-bitset v0.123.2
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling cranelift-isle v0.123.2
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.123.2
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bumpalo v3.17.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling wasmparser v0.236.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling wasm-encoder v0.236.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.123.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking cranelift-control v0.123.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking wasmtime-internal-math v36.0.2
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling wasmparser v0.238.0
[INFO] [stderr]    Compiling wasmtime-internal-unwinder v36.0.2
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]    Compiling wasm-encoder v0.238.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking wasmtime-internal-jit-icache-coherence v36.0.2
[INFO] [stderr]     Checking wasmtime-internal-asm-macros v36.0.2
[INFO] [stderr]     Checking wasmtime-internal-slab v36.0.2
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.123.2
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]     Checking jiff v0.2.14
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling pulley-macros v36.0.2
[INFO] [stderr]    Compiling wasmtime-internal-versioned-export-macros v36.0.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling pulley-interpreter v36.0.2
[INFO] [stderr]    Compiling wasmtime v36.0.2
[INFO] [stderr]     Checking memfd v0.6.4
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking clap v4.5.39
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.123.2
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling cranelift-codegen v0.123.2
[INFO] [stderr]     Checking wasmprinter v0.238.0
[INFO] [stderr]     Checking postcard v1.1.1
[INFO] [stderr]     Checking index_vec v0.1.4
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking cranelift-entity v0.123.2
[INFO] [stderr]     Checking cranelift-bforest v0.123.2
[INFO] [stderr]     Checking indexical v0.10.2
[INFO] [stderr]     Checking insta v1.43.1
[INFO] [stderr]     Checking regalloc2 v0.12.2
[INFO] [stderr]     Checking internment v0.8.6
[INFO] [stderr]     Checking gimli v0.32.2
[INFO] [stderr]     Checking petgraph v0.8.1
[INFO] [stderr]    Compiling rice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking wasmprinter v0.236.0
[INFO] [stderr]     Checking wasmtime-environ v36.0.2
[INFO] [stderr]     Checking cranelift-native v0.123.2
[INFO] [stderr]     Checking cranelift-frontend v0.123.2
[INFO] [stderr]     Checking wasmtime-internal-cranelift v36.0.2
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:225:22
[INFO] [stdout]     |
[INFO] [stdout] 225 |                   _ => bail!(TypeError::InvalidCast {
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 226 | |                     from: ty,
[INFO] [stdout] 227 | |                     to: ty2,
[INFO] [stdout] 228 | |                     span,
[INFO] [stdout] 229 | |                 }),
[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: `#[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/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | /         ensure_let!(
[INFO] [stdout] 366 | |             Some(intf_methods) = self.globals.intfs.get(&impl_.intf.value),
[INFO] [stdout] 367 | |             TypeError::UnknownInterface {
[INFO] [stdout] 368 | |                 intf: impl_.intf.value,
[INFO] [stdout] ...   |
[INFO] [stdout] 371 | |         );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 | /             ensure_let!(
[INFO] [stdout] 386 | |                 Some(method_idx) = intf_methods
[INFO] [stdout] 387 | |                     .iter()
[INFO] [stdout] 388 | |                     .position(|sig| sig.name.value == func.name.value),
[INFO] [stdout] ...   |
[INFO] [stdout] 394 | |             );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 504 | /                 ensure_let!(
[INFO] [stdout] 505 | |                     Some((new_name, ty)) = self.get_var(*name),
[INFO] [stdout] 506 | |                     TypeError::UndefinedVariable {
[INFO] [stdout] 507 | |                         name: *name,
[INFO] [stdout] ...   |
[INFO] [stdout] 510 | |                 );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 517 | /                 ensure_let!(
[INFO] [stdout] 518 | |                     Some(params) = self.globals.structs.get(name),
[INFO] [stdout] 519 | |                     TypeError::UnknownStruct {
[INFO] [stdout] 520 | |                         name: *name,
[INFO] [stdout] ...   |
[INFO] [stdout] 523 | |                 );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 | /                             ensure_let!(
[INFO] [stdout] 621 | |                                 Some(tys) = self.globals.structs.get(name),
[INFO] [stdout] 622 | |                                 TypeError::UnknownStruct {
[INFO] [stdout] 623 | |                                     name: *name,
[INFO] [stdout] ...   |
[INFO] [stdout] 626 | |                             );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:630:30
[INFO] [stdout]     |
[INFO] [stdout] 630 |                           _ => bail!(TypeError::InvalidProjectionType {
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 631 | |                             ty: e.ty,
[INFO] [stdout] 632 | |                             span: e.span
[INFO] [stdout] 633 | |                         }),
[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/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 636 | /                     ensure_let!(
[INFO] [stdout] 637 | |                         Some(ith_ty) = tys.get(*i),
[INFO] [stdout] 638 | |                         TypeError::InvalidProjectionIndex {
[INFO] [stdout] 639 | |                             index: *i,
[INFO] [stdout] ...   |
[INFO] [stdout] 642 | |                     );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 673 | /                     ensure_let!(
[INFO] [stdout] 674 | |                         TypeKind::Func { inputs, output } = f.ty.kind(),
[INFO] [stdout] 675 | |                         TypeError::TypeMismatchCustom {
[INFO] [stdout] 676 | |                             expected: "function".into(),
[INFO] [stdout] ...   |
[INFO] [stdout] 680 | |                     );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 720 | /                         ensure_let!(
[INFO] [stdout] 721 | |                             Some((intf, sig)) = sig_search,
[INFO] [stdout] 722 | |                             TypeError::MethodNotFound {
[INFO] [stdout] 723 | |                                 method: *method,
[INFO] [stdout] ...   |
[INFO] [stdout] 727 | |                         );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 755 | /                         ensure_let!(
[INFO] [stdout] 756 | |                             Some(sig) = methods.iter().find(|sig| sig.name.value == *method),
[INFO] [stdout] 757 | |                             TypeError::MethodNotFound {
[INFO] [stdout] 758 | |                                 method: *method,
[INFO] [stdout] ...   |
[INFO] [stdout] 762 | |                         );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:766:26
[INFO] [stdout]     |
[INFO] [stdout] 766 |                     _ => bail!(TypeError::InvalidMethodCall { span: expr.span }),
[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/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 976 | /                 ensure_let!(
[INFO] [stdout] 977 | |                     Some(first_ty) = exprs.first().map(|expr| expr.ty),
[INFO] [stdout] 978 | |                     TypeError::EmptyArrayLiteral { span: expr.span }
[INFO] [stdout] 979 | |                 );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/tir/typeck.rs:1005:26
[INFO] [stdout]      |
[INFO] [stdout] 1005 |                       _ => bail!(TypeError::NonIndexableType {
[INFO] [stdout]      |  __________________________^
[INFO] [stdout] 1006 | |                         ty: e.ty,
[INFO] [stdout] 1007 | |                         span: e.span
[INFO] [stdout] 1008 | |                     }),
[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/tir/typeck.rs:1102:38
[INFO] [stdout]      |
[INFO] [stdout] 1102 |   ...                   _ => bail!(TypeError::NonIndexableType {
[INFO] [stdout]      |  ____________________________^
[INFO] [stdout] 1103 | | ...                       ty: arr_ty,
[INFO] [stdout] 1104 | | ...                       span: Span::DUMMY,
[INFO] [stdout] 1105 | | ...                   }),
[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/tir/typeck.rs:1127:38
[INFO] [stdout]      |
[INFO] [stdout] 1127 |   ...                   _ => bail!(TypeError::InvalidProjectionType {
[INFO] [stdout]      |  ____________________________^
[INFO] [stdout] 1128 | | ...                       ty: tup_ty,
[INFO] [stdout] 1129 | | ...                       span: Span::DUMMY
[INFO] [stdout] 1130 | | ...                   }),
[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/tir/typeck.rs:1157:38
[INFO] [stdout]      |
[INFO] [stdout] 1157 |   ...                   _ => bail!(TypeError::TypeMismatchCustom {
[INFO] [stdout]      |  ____________________________^
[INFO] [stdout] 1158 | | ...                       expected: "function".into(),
[INFO] [stdout] 1159 | | ...                       actual: f_ty,
[INFO] [stdout] 1160 | | ...                       span: Span::DUMMY,
[INFO] [stdout] 1161 | | ...                   }),
[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/tir/typeck.rs:225:22
[INFO] [stdout]     |
[INFO] [stdout] 225 |                   _ => bail!(TypeError::InvalidCast {
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 226 | |                     from: ty,
[INFO] [stdout] 227 | |                     to: ty2,
[INFO] [stdout] 228 | |                     span,
[INFO] [stdout] 229 | |                 }),
[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: `#[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/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 | /         ensure_let!(
[INFO] [stdout] 366 | |             Some(intf_methods) = self.globals.intfs.get(&impl_.intf.value),
[INFO] [stdout] 367 | |             TypeError::UnknownInterface {
[INFO] [stdout] 368 | |                 intf: impl_.intf.value,
[INFO] [stdout] ...   |
[INFO] [stdout] 371 | |         );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 385 | /             ensure_let!(
[INFO] [stdout] 386 | |                 Some(method_idx) = intf_methods
[INFO] [stdout] 387 | |                     .iter()
[INFO] [stdout] 388 | |                     .position(|sig| sig.name.value == func.name.value),
[INFO] [stdout] ...   |
[INFO] [stdout] 394 | |             );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 504 | /                 ensure_let!(
[INFO] [stdout] 505 | |                     Some((new_name, ty)) = self.get_var(*name),
[INFO] [stdout] 506 | |                     TypeError::UndefinedVariable {
[INFO] [stdout] 507 | |                         name: *name,
[INFO] [stdout] ...   |
[INFO] [stdout] 510 | |                 );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 517 | /                 ensure_let!(
[INFO] [stdout] 518 | |                     Some(params) = self.globals.structs.get(name),
[INFO] [stdout] 519 | |                     TypeError::UnknownStruct {
[INFO] [stdout] 520 | |                         name: *name,
[INFO] [stdout] ...   |
[INFO] [stdout] 523 | |                 );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 | /                             ensure_let!(
[INFO] [stdout] 621 | |                                 Some(tys) = self.globals.structs.get(name),
[INFO] [stdout] 622 | |                                 TypeError::UnknownStruct {
[INFO] [stdout] 623 | |                                     name: *name,
[INFO] [stdout] ...   |
[INFO] [stdout] 626 | |                             );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:630:30
[INFO] [stdout]     |
[INFO] [stdout] 630 |                           _ => bail!(TypeError::InvalidProjectionType {
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 631 | |                             ty: e.ty,
[INFO] [stdout] 632 | |                             span: e.span
[INFO] [stdout] 633 | |                         }),
[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/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 636 | /                     ensure_let!(
[INFO] [stdout] 637 | |                         Some(ith_ty) = tys.get(*i),
[INFO] [stdout] 638 | |                         TypeError::InvalidProjectionIndex {
[INFO] [stdout] 639 | |                             index: *i,
[INFO] [stdout] ...   |
[INFO] [stdout] 642 | |                     );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 673 | /                     ensure_let!(
[INFO] [stdout] 674 | |                         TypeKind::Func { inputs, output } = f.ty.kind(),
[INFO] [stdout] 675 | |                         TypeError::TypeMismatchCustom {
[INFO] [stdout] 676 | |                             expected: "function".into(),
[INFO] [stdout] ...   |
[INFO] [stdout] 680 | |                     );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 720 | /                         ensure_let!(
[INFO] [stdout] 721 | |                             Some((intf, sig)) = sig_search,
[INFO] [stdout] 722 | |                             TypeError::MethodNotFound {
[INFO] [stdout] 723 | |                                 method: *method,
[INFO] [stdout] ...   |
[INFO] [stdout] 727 | |                         );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 755 | /                         ensure_let!(
[INFO] [stdout] 756 | |                             Some(sig) = methods.iter().find(|sig| sig.name.value == *method),
[INFO] [stdout] 757 | |                             TypeError::MethodNotFound {
[INFO] [stdout] 758 | |                                 method: *method,
[INFO] [stdout] ...   |
[INFO] [stdout] 762 | |                         );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/tir/typeck.rs:766:26
[INFO] [stdout]     |
[INFO] [stdout] 766 |                     _ => bail!(TypeError::InvalidMethodCall { span: expr.span }),
[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/tir/typeck.rs:238:28
[INFO] [stdout]     |
[INFO] [stdout] 238 |           let $p = $e else { bail!($err) };
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 976 | /                 ensure_let!(
[INFO] [stdout] 977 | |                     Some(first_ty) = exprs.first().map(|expr| expr.ty),
[INFO] [stdout] 978 | |                     TypeError::EmptyArrayLiteral { span: expr.span }
[INFO] [stdout] 979 | |                 );
[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 `ensure_let` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/tir/typeck.rs:1005:26
[INFO] [stdout]      |
[INFO] [stdout] 1005 |                       _ => bail!(TypeError::NonIndexableType {
[INFO] [stdout]      |  __________________________^
[INFO] [stdout] 1006 | |                         ty: e.ty,
[INFO] [stdout] 1007 | |                         span: e.span
[INFO] [stdout] 1008 | |                     }),
[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/tir/typeck.rs:1102:38
[INFO] [stdout]      |
[INFO] [stdout] 1102 |   ...                   _ => bail!(TypeError::NonIndexableType {
[INFO] [stdout]      |  ____________________________^
[INFO] [stdout] 1103 | | ...                       ty: arr_ty,
[INFO] [stdout] 1104 | | ...                       span: Span::DUMMY,
[INFO] [stdout] 1105 | | ...                   }),
[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/tir/typeck.rs:1127:38
[INFO] [stdout]      |
[INFO] [stdout] 1127 |   ...                   _ => bail!(TypeError::InvalidProjectionType {
[INFO] [stdout]      |  ____________________________^
[INFO] [stdout] 1128 | | ...                       ty: tup_ty,
[INFO] [stdout] 1129 | | ...                       span: Span::DUMMY
[INFO] [stdout] 1130 | | ...                   }),
[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/tir/typeck.rs:1157:38
[INFO] [stdout]      |
[INFO] [stdout] 1157 |   ...                   _ => bail!(TypeError::TypeMismatchCustom {
[INFO] [stdout]      |  ____________________________^
[INFO] [stdout] 1158 | | ...                       expected: "function".into(),
[INFO] [stdout] 1159 | | ...                       actual: f_ty,
[INFO] [stdout] 1160 | | ...                       span: Span::DUMMY,
[INFO] [stdout] 1161 | | ...                   }),
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324", kill_on_drop: false }`
[INFO] [stdout] cbdda867918c885e64855f793fb0dfb18b406b997dc1f3fe223ed0371dea0324
