Skip to content

Commit 3a89419

Browse files
authored
Merge pull request #4708 from RalfJung/readme-tb
README: Tree Borrows no longer implies strict provenance
2 parents f7e8ed6 + 6fa1d6d commit 3a89419

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,6 @@ to Miri failing to detect cases of undefined behavior in a program.
496496
of Rust will be stricter than Tree Borrows. In other words, if you use Tree Borrows,
497497
even if your code is accepted today, it might be declared UB in the future.
498498
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.
501499
* `-Zmiri-tree-borrows-no-precise-interior-mut` makes Tree Borrows
502500
track interior mutable data on the level of references instead of on the
503501
byte-level as is done by default. Therefore, with this flag, Tree

0 commit comments

Comments
 (0)