You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ RefMutStack should be sound in many ways and some tests are implemented to ensur
14
14
15
15
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.
16
16
17
+
Miri is used to double check soundness assertions (it's quite cool actually).
18
+
17
19
## Example
18
20
19
21
[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