mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
Fix dead self-link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user