We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f7aab commit 27d9a46Copy full SHA for 27d9a46
src/tools/miri/CONTRIBUTING.md
@@ -223,15 +223,15 @@ will eventually sync those changes back into this repository.
223
When working on Miri in the rustc tree, here's how you can run tests:
224
225
```
226
-./x.py test miri --stage 0
+./x.py test miri --stage 1
227
228
229
`--bless` will work, too.
230
231
You can also directly run Miri on a Rust source file:
232
233
234
-./x.py run miri --stage 0 --args src/tools/miri/tests/pass/hello.rs
+./x.py run miri --stage 1 --args src/tools/miri/tests/pass/hello.rs
235
236
237
## Advanced topic: Syncing with the rustc repo
0 commit comments