Skip to content

Commit 67b8844

Browse files
committed
fix CONTRIBUTING example
1 parent e6ffc68 commit 67b8844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
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)