]> git.lizzy.rs Git - rust.git/commitdiff
we also do not check floats for being init'd
authorRalf Jung <post@ralfj.de>
Thu, 19 Mar 2020 22:19:17 +0000 (23:19 +0100)
committerRalf Jung <post@ralfj.de>
Thu, 19 Mar 2020 22:19:17 +0000 (23:19 +0100)
README.md

index a1b97831668438baf796e3c5b9782222d4dd3197..c2957416062d16fc1dc8c62b92b36604b8d2e37b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ program, and cannot run all programs:
   positives here, so if you program runs fine in Miri right now that is by no
   means a guarantee that it is UB-free when these questions get answered.
 
-    In particular, Miri does currently not check that integers are initialized
-  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.
 * If the program relies on unspecified details of how data is laid out, it will
   still run fine in Miri -- but might break (including causing UB) on different
   compiler versions or different platforms.