File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ instance:
1111* Not sufficiently aligned memory accesses and references
1212* Violation of basic type invariants (a ` bool ` that is not 0 or 1, for example,
1313 or an invalid enum discriminant)
14+ * Data races and emulation of * some* weak memory effects, i.e.,
15+ atomic reads can return outdated values
1416* ** Experimental** : Violations of the [ Stacked Borrows] rules governing aliasing
1517 for reference types
1618* ** Experimental** : Violations of the [ Tree Borrows] aliasing rules, as an optional
1719 alternative to [ Stacked Borrows]
18- * ** Experimental** : Data races and emulation of weak memory effects, i.e.,
19- atomic reads can return outdated values.
2020
2121On top of that, Miri will also tell you about memory leaks: when there is memory
2222still allocated at the end of the execution, and that memory is not reachable
You can’t perform that action at this time.
0 commit comments