Fix link in README
This commit is contained in:
parent
6359b1b0eb
commit
02af2a38ac
@ -259,7 +259,7 @@ Some native rustc `-Z` flags are also very relevant for Miri:
|
||||
Moreover, Miri recognizes some environment variables:
|
||||
|
||||
* `MIRI_LOG`, `MIRI_BACKTRACE` control logging and backtrace printing during
|
||||
Miri executions, also [see above][testing-miri].
|
||||
Miri executions, also [see "Testing the Miri driver" in `CONTRIBUTING.md`][testing-miri].
|
||||
* `MIRIFLAGS` (recognized by `cargo miri` and the test suite) defines extra
|
||||
flags to be passed to Miri.
|
||||
* `MIRI_SYSROOT` (recognized by `cargo miri` and the test suite)
|
||||
@ -282,6 +282,8 @@ different Miri binaries, and as such worth documenting:
|
||||
interpretation. This is useful if the interpreted program wants a different
|
||||
working directory at run-time than at build-time.
|
||||
|
||||
[testing-miri]: CONTRIBUTING.md#testing-the-miri-driver
|
||||
|
||||
## Miri `extern` functions
|
||||
|
||||
Miri provides some `extern` functions that programs can import to access
|
||||
|
Loading…
x
Reference in New Issue
Block a user