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 f7e8ed6 + 6fa1d6d commit 3a89419Copy full SHA for 3a89419
README.md
@@ -496,8 +496,6 @@ to Miri failing to detect cases of undefined behavior in a program.
496
of Rust will be stricter than Tree Borrows. In other words, if you use Tree Borrows,
497
even if your code is accepted today, it might be declared UB in the future.
498
This is much less likely with Stacked Borrows.
499
- Using Tree Borrows currently implies `-Zmiri-strict-provenance` because integer-to-pointer
500
- casts are not supported in this mode, but that may change in the future.
501
* `-Zmiri-tree-borrows-no-precise-interior-mut` makes Tree Borrows
502
track interior mutable data on the level of references instead of on the
503
byte-level as is done by default. Therefore, with this flag, Tree
0 commit comments