Skip to content

Commit

Permalink
Auto merge of #3654 - Nilstrieb:patch-1, r=RalfJung
Browse files Browse the repository at this point in the history
Fix stage in contributing

0 errors now because they were moved by 1.
  • Loading branch information
bors committed Jun 7, 2024
2 parents e96cfa9 + c609300 commit b3ed85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ will eventually sync those changes back into this repository.
When working on Miri in the rustc tree, here's how you can run tests:

```
./x.py test miri --stage 0
./x.py test miri
```

`--bless` will work, too.

You can also directly run Miri on a Rust source file:

```
./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
```

## Advanced topic: Syncing with the rustc repo
Expand Down

0 comments on commit b3ed85b

Please sign in to comment.