We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
read-ownership
1 parent 8e2063d commit 68b8b43Copy full SHA for 68b8b43
src/libcore/ptr.rs
@@ -849,6 +849,7 @@ pub unsafe fn write_unaligned<T>(dst: *mut T, src: T) {
849
/// [valid]: ../ptr/index.html#safety
850
/// [`Copy`]: ../marker/trait.Copy.html
851
/// [`read`]: ./fn.read.html
852
+/// [read-ownership]: ./fn.read.html#ownership-of-the-returned-value
853
///
854
/// Just like in C, whether an operation is volatile has no bearing whatsoever
855
/// on questions involving concurrent access from multiple threads. Volatile
0 commit comments