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
I ran cargo +nightly miri run, and I got the following output:
warning: flag `-Z doctest-xcompile` has been stabilized in the 1.89 release, and is no longer necessary
Doctest cross-compiling is now always enabled.
Compiling foo v0.0.0 (/Users/timch/foo)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
Running `/Users/timch/.rustup/toolchains/nightly-aarch64-apple-darwin/bin/cargo-miri runner target/miri/aarch64-apple-darwin/debug/foo`
The warning seems like a bug to me.
This is also reproducible when running on miri on the playground.
Note the mismatch between the dates of the rustc and cargo release dates. However, rustup update seems to indicate that my rust installation is already up-to-date.