Skip to content

Commit 7dff255

Browse files
committed
Add note on Miri
1 parent c9ab8b6 commit 7dff255

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RefMutStack should be sound in many ways and some tests are implemented to ensur
1414

1515
The "`impl Drop` using the held mutable reference" case is even protected but note that it would easily qualify as "abuse". Keep it simple and everything will be fine.
1616

17+
Miri is used to double check soundness assertions (it's quite cool actually).
18+
1719
## Example
1820

1921
[owned_builder.rs](tests/owned_builder.rs) shows an example of a builder used to iteratively build a tree which should be built recursively otherwise (to leverage the true borrow checker):

0 commit comments

Comments
 (0)