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:
11
11
* Not sufficiently aligned memory accesses and references
12
12
* Violation of basic type invariants (a ` bool ` that is not 0 or 1, for example,
13
13
or an invalid enum discriminant)
14
+ * Data races and emulation of * some* weak memory effects, i.e.,
15
+ atomic reads can return outdated values
14
16
* ** Experimental** : Violations of the [ Stacked Borrows] rules governing aliasing
15
17
for reference types
16
18
* ** Experimental** : Violations of the [ Tree Borrows] aliasing rules, as an optional
17
19
alternative to [ Stacked Borrows]
18
- * ** Experimental** : Data races and emulation of weak memory effects, i.e.,
19
- atomic reads can return outdated values.
20
20
21
21
On top of that, Miri will also tell you about memory leaks: when there is memory
22
22
still 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