Skip to content

Commit 08ab8ce

Browse files
committed
Auto merge of #1609 - camelid:patch-1, r=RalfJung
Fix link in README The section it references is now in `CONTRIBUTING.md`.
2 parents 6359b1b + 02af2a3 commit 08ab8ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Some native rustc `-Z` flags are also very relevant for Miri:
259259
Moreover, Miri recognizes some environment variables:
260260

261261
* `MIRI_LOG`, `MIRI_BACKTRACE` control logging and backtrace printing during
262-
Miri executions, also [see above][testing-miri].
262+
Miri executions, also [see "Testing the Miri driver" in `CONTRIBUTING.md`][testing-miri].
263263
* `MIRIFLAGS` (recognized by `cargo miri` and the test suite) defines extra
264264
flags to be passed to Miri.
265265
* `MIRI_SYSROOT` (recognized by `cargo miri` and the test suite)
@@ -281,6 +281,8 @@ different Miri binaries, and as such worth documenting:
281281
directory after loading all the source files, but before commencing
282282
interpretation. This is useful if the interpreted program wants a different
283283
working directory at run-time than at build-time.
284+
285+
[testing-miri]: CONTRIBUTING.md#testing-the-miri-driver
284286

285287
## Miri `extern` functions
286288

0 commit comments

Comments
 (0)