We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff05c4 commit c3f6f47Copy full SHA for c3f6f47
README.md
@@ -29,8 +29,8 @@ program, and cannot run all programs:
29
positives here, so if you program runs fine in Miri right now that is by no
30
means a guarantee that it is UB-free when these questions get answered.
31
32
- In particular, Miri does currently not check that integers are initialized
33
- or that references point to valid data.
+ In particular, Miri does currently not check that integers/floats are
+ initialized or that references point to valid data.
34
* If the program relies on unspecified details of how data is laid out, it will
35
still run fine in Miri -- but might break (including causing UB) on different
36
compiler versions or different platforms.
0 commit comments