Merge pull request #4217 from shepmaster/tree-borrows-anchor
Add an anchor to directly link to the -Zmiri-tree-borrows docs
This commit is contained in:
commit
1d7cd1e003
1 changed files with 2 additions and 1 deletions
|
|
@ -432,7 +432,8 @@ to Miri failing to detect cases of undefined behavior in a program.
|
|||
* `-Zmiri-track-weak-memory-loads` shows a backtrace when weak memory emulation returns an outdated
|
||||
value from a load. This can help diagnose problems that disappear under
|
||||
`-Zmiri-disable-weak-memory-emulation`.
|
||||
* `-Zmiri-tree-borrows` replaces [Stacked Borrows] with the [Tree Borrows] rules.
|
||||
* <a name="-Zmiri-tree-borrows"><!-- The playground links here --></a>
|
||||
`-Zmiri-tree-borrows` replaces [Stacked Borrows] with the [Tree Borrows] rules.
|
||||
Tree Borrows is even more experimental than Stacked Borrows. While Tree Borrows
|
||||
is still sound in the sense of catching all aliasing violations that current versions
|
||||
of the compiler might exploit, it is likely that the eventual final aliasing model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue