File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2028,10 +2028,6 @@ pub const unsafe fn write_unaligned<T>(dst: *mut T, src: T) {
2028
2028
2029
2029
/// Performs a volatile read of the value from `src` without moving it.
2030
2030
///
2031
- /// Rust does not currently have a rigorously and formally defined memory model, so the precise
2032
- /// semantics of what "volatile" means here is subject to change over time. That being said, the
2033
- /// semantics will almost always end up pretty similar to [C11's definition of volatile][c11].
2034
- ///
2035
2031
/// Volatile operations are intended to act on I/O memory. As such, they are considered externally
2036
2032
/// observable events (just like syscalls, but less opaque), and are guaranteed to not be elided or
2037
2033
/// reordered by the compiler across other externally observable events. With this in mind, there
You can’t perform that action at this time.
0 commit comments