This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -265,25 +265,12 @@ To get a backtrace, you need to disable isolation
265265RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
266266` ` `
267267
268- # ### "found possibly newer version of crate `std` which `<dependency>` depends on"
269-
270- Your build directory may contain artifacts from an earlier build that have/have
271- not been built for Miri. Run `cargo clean` before switching from non-Miri to
272- Miri builds and vice-versa.
273-
274268# ### "found crate `std` compiled by an incompatible version of rustc"
275269
276270You may be running `cargo miri` with a different compiler version than the one
277271used to build the custom libstd that Miri uses, and Miri failed to detect that.
278272Try running `cargo miri clean`.
279273
280- # ### "no mir for `std::rt::lang_start_internal`"
281-
282- This means the sysroot you are using was not compiled with Miri in mind. This
283- should never happen when you use `cargo miri` because that takes care of setting
284- up the sysroot. If you are using `miri` (the Miri driver) directly, see the
285- [contributors' guide](CONTRIBUTING.md) for how to use `./miri` to best do that.
286-
287274
288275# # Miri `-Z` flags and environment variables
289276[miri-flags] : # miri--z-flags-and-environment-variables
You can’t perform that action at this time.
0 commit comments