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.
The text was updated successfully, but these errors were encountered:
Yeah, I've seen this on our CI as well. We still haven't fully recovered from rust-lang/cargo#15462. A fix is in this repo and a sync is in progress -- but since it's just a warning, I won't push for landing that as fast as possible.
Uh oh!
There was an error while loading. Please reload this page.
With a mostly empty cargo project:
I ran
cargo +nightly miri run
, and I got the following output:The warning seems like a bug to me.
This is also reproducible when running on miri on the playground.
Rust versions:
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.The text was updated successfully, but these errors were encountered: