File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,8 @@ to Miri failing to detect cases of undefined behavior in a program.
432432* `-Zmiri-track-weak-memory-loads` shows a backtrace when weak memory emulation returns an outdated
433433 value from a load. This can help diagnose problems that disappear under
434434 ` -Zmiri-disable-weak-memory-emulation` .
435- * `-Zmiri-tree-borrows` replaces [Stacked Borrows] with the [Tree Borrows] rules.
435+ * <a name="-Zmiri-tree-borrows"><!-- The playground links here --></a>
436+ ` -Zmiri-tree-borrows` replaces [Stacked Borrows] with the [Tree Borrows] rules.
436437 Tree Borrows is even more experimental than Stacked Borrows. While Tree Borrows
437438 is still sound in the sense of catching all aliasing violations that current versions
438439 of the compiler might exploit, it is likely that the eventual final aliasing model
You can’t perform that action at this time.
0 commit comments