Skip to content

Commit 0a92620

Browse files
committed
remove problems that I do not think we have seen in a while
1 parent 63c13d4 commit 0a92620

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
@@ -264,25 +264,12 @@ To get a backtrace, you need to disable isolation
264264
RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
265265
```
266266

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-
273267
#### "found crate `std` compiled by an incompatible version of rustc"
274268

275269
You may be running `cargo miri` with a different compiler version than the one
276270
used to build the custom libstd that Miri uses, and Miri failed to detect that.
277271
Try running `cargo miri clean`.
278272

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-
286273

287274
## Miri `-Z` flags and environment variables
288275
[miri-flags]: #miri--z-flags-and-environment-variables

0 commit comments

Comments
 (0)