File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ Some native rustc `-Z` flags are also very relevant for Miri:
259
259
Moreover, Miri recognizes some environment variables:
260
260
261
261
* ` 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 ] .
263
263
* ` MIRIFLAGS ` (recognized by ` cargo miri ` and the test suite) defines extra
264
264
flags to be passed to Miri.
265
265
* ` MIRI_SYSROOT ` (recognized by ` cargo miri ` and the test suite)
@@ -281,6 +281,8 @@ different Miri binaries, and as such worth documenting:
281
281
directory after loading all the source files, but before commencing
282
282
interpretation. This is useful if the interpreted program wants a different
283
283
working directory at run-time than at build-time.
284
+
285
+ [ testing-miri ] : CONTRIBUTING.md#testing-the-miri-driver
284
286
285
287
## Miri ` extern ` functions
286
288
You can’t perform that action at this time.
0 commit comments