[nit][typo] Remove "currently" that breaks reading flow.
This commit is contained in:
parent
31e9f7a6ef
commit
bb32b0fa3c
@ -53,7 +53,7 @@ behavior** in your program, and cannot run all programs:
|
|||||||
positives here, so if your program runs fine in Miri right now that is by no
|
positives here, so if your program runs fine in Miri right now that is by no
|
||||||
means a guarantee that it is UB-free when these questions get answered.
|
means a guarantee that it is UB-free when these questions get answered.
|
||||||
|
|
||||||
In particular, Miri does currently not check that references point to valid data.
|
In particular, Miri does not check that references point to valid data.
|
||||||
* If the program relies on unspecified details of how data is laid out, it will
|
* 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
|
still run fine in Miri -- but might break (including causing UB) on different
|
||||||
compiler versions or different platforms.
|
compiler versions or different platforms.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user