Auto merge of #1787 - DianaNites:patch-1, r=RalfJung
Fix broken self-link
This commit is contained in:
commit
cf9d77de47
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ doesn't expose any environment to the program, so running
|
|||
`RUST_BACKTRACE=1 cargo miri test` will not do what you expect.
|
||||
|
||||
To get a backtrace, you need to disable isolation
|
||||
[using `-Zmiri-disable-isolation`](#miri-flags):
|
||||
[using `-Zmiri-disable-isolation`][miri-flags]:
|
||||
|
||||
```sh
|
||||
RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue