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