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 @@ -14,13 +14,13 @@ for example:
14
14
* Not sufficiently aligned memory accesses and references
15
15
* Violation of * some* basic type invariants (a ` bool ` that is not 0 or 1, for example,
16
16
or an invalid enum discriminant)
17
- * WIP : Violations of the rules governing aliasing for reference types
17
+ * ** Experimental ** : Violations of the rules governing aliasing for reference types
18
18
19
19
Miri has already discovered some [ real-world bugs] ( #bugs-found-by-miri ) . If you
20
20
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
21
21
list!
22
22
23
- Be aware that Miri will not catch all cases of undefined behavior in your
23
+ Be aware that Miri will ** not catch all cases of undefined behavior** in your
24
24
program, and cannot run all programs:
25
25
26
26
* There are still plenty of open questions around the basic invariants for some
You can’t perform that action at this time.
0 commit comments