You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run cargo clean to eliminate any cached dependencies. Miri needs your dependencies to be compiled the right way, that would not happen if they have previously already been compiled.
But apparently Miri has used target/miri since 2021 to keep itself separate from non-miri builds:
Stop recommending cargo clean in README
Miri has used the `target/miri` subdirectory since 2021 to keep itself separate from non-miri builds, so this should not be necessary.
See commit 6a18683
Since the items are no longer a sequence of steps to do in order ("first, make sure that ..."), switch to an unordered list while we're at it.
Closes#3289
Uh oh!
There was an error while loading. Please reload this page.
The README says
But apparently Miri has used
target/miri
since 2021 to keep itself separate from non-miri builds:#1842
6a18683
Would it be safe to simplify the README and save people & computers time by not asking for
cargo clean
?The text was updated successfully, but these errors were encountered: