Skip to content

Commit e449dcc

Browse files
committed
clarify caveats
1 parent fda6104 commit e449dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ for example:
1414
* Not sufficiently aligned memory accesses and references
1515
* Violation of *some* basic type invariants (a `bool` that is not 0 or 1, for example,
1616
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
1818

1919
Miri has already discovered some [real-world bugs](#bugs-found-by-miri). If you
2020
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the
2121
list!
2222

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
2424
program, and cannot run all programs:
2525

2626
* There are still plenty of open questions around the basic invariants for some

0 commit comments

Comments
 (0)