Skip to content

Commit abaa47f

Browse files
committed
remove problems that I do not think we have seen in a while
1 parent ab6cf21 commit abaa47f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -265,25 +265,12 @@ To get a backtrace, you need to disable isolation
265265
RUST_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

276270
You may be running `cargo miri` with a different compiler version than the one
277271
used to build the custom libstd that Miri uses, and Miri failed to detect that.
278272
Try 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

0 commit comments

Comments
 (0)