mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
Auto merge of #3018 - ttsugriy:ttsugriy-patch-1, r=RalfJung
[nit][typo] Fix out of order words.
This commit is contained in:
commit
46aa9bc7f9
@ -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
|
||||
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
|
||||
still run fine in Miri -- but might break (including causing UB) on different
|
||||
compiler versions or different platforms.
|
||||
|
Loading…
Reference in New Issue
Block a user