We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdce1dd + 67ec0a5 commit cf9d77dCopy full SHA for cf9d77d
README.md
@@ -164,7 +164,7 @@ doesn't expose any environment to the program, so running
164
`RUST_BACKTRACE=1 cargo miri test` will not do what you expect.
165
166
To get a backtrace, you need to disable isolation
167
-[using `-Zmiri-disable-isolation`](#miri-flags):
+[using `-Zmiri-disable-isolation`][miri-flags]:
168
169
```sh
170
RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
0 commit comments