You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On current master 2dbc4a2cf, ./miri build will emit
error[E0658]: `let` expressions in this position are unstable
--> miri-script/src/commands.rs:678:20
|
678 | if !dep && letSome(target) = &target {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
= help: add `#![feature(let_chains)]` to the crate attributes to enable
= note: this compiler was built on 2025-03-05; consider upgrading it if it is out of date
error[E0658]: `let` expressions in this position are unstable
--> miri-script/src/commands.rs:708:19
|
708 | if dep && letSome(target) = &target {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information
= help: add `#![feature(let_chains)]` to the crate attributes to enable
= note: this compiler was built on 2025-03-05; consider upgrading it if it is out of date
For more information about this error, try `rustc --explain E0658`.
error: could not compile `miri-script` (bin "miri-script") due to 2 previous errors
Failed to build miri-script.Is the 'nightly' toolchain installed?
These changes are from #4324. On first glance, we probably need to update our compiler version?
The text was updated successfully, but these errors were encountered:
On current master
2dbc4a2cf
,./miri build
will emitThese changes are from #4324. On first glance, we probably need to update our compiler version?
The text was updated successfully, but these errors were encountered: