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 @@ -265,25 +265,12 @@ To get a backtrace, you need to disable isolation
265
265
RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
266
266
` ` `
267
267
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
-
274
268
# ### "found crate `std` compiled by an incompatible version of rustc"
275
269
276
270
You may be running `cargo miri` with a different compiler version than the one
277
271
used to build the custom libstd that Miri uses, and Miri failed to detect that.
278
272
Try running `cargo miri clean`.
279
273
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
-
287
274
288
275
# # Miri `-Z` flags and environment variables
289
276
[miri-flags] : # miri--z-flags-and-environment-variables
You can’t perform that action at this time.
0 commit comments