Skip to content

Commit f76e256

Browse files
committed
Auto merge of #1774 - RalfJung:contrib, r=RalfJung
fix CONTRIBUTING example Fixes #1773
2 parents e6ffc68 + 67b8844 commit f76e256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can get a trace of which MIR statements are being executed by setting the
7474
`MIRI_LOG` environment variable. For example:
7575

7676
```sh
77-
MIRI_LOG=info ./miri run tests/run-pass/vecs.rs
77+
MIRI_LOG=info ./miri run tests/run-pass/vec.rs
7878
```
7979

8080
Setting `MIRI_LOG` like this will configure logging for Miri itself as well as
@@ -83,7 +83,7 @@ can also do more targeted configuration, e.g. the following helps debug the
8383
stacked borrows implementation:
8484

8585
```sh
86-
MIRI_LOG=rustc_mir::interpret=info,miri::stacked_borrows ./miri run tests/run-pass/vecs.rs
86+
MIRI_LOG=rustc_mir::interpret=info,miri::stacked_borrows ./miri run tests/run-pass/vec.rs
8787
```
8888

8989
In addition, you can set `MIRI_BACKTRACE=1` to get a backtrace of where an

0 commit comments

Comments
 (0)