We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0309a commit c2c6e33Copy full SHA for c2c6e33
library/core/src/primitive_docs.rs
@@ -1403,6 +1403,10 @@ mod prim_usize {}
1403
/// If `t` points at address `a`, being "dereferenceable" for N bytes means that the memory range
1404
/// `[a, a + N)` is all contained within a single [allocated object].
1405
///
1406
+/// Note that the precise validity invariants for reference types are a work in progress. In the
1407
+/// future, new guarantees may be added. However, the guarantees documented in this section will
1408
+/// never be removed.
1409
+///
1410
/// [allocated object]: ptr#allocated-object
1411
#[stable(feature = "rust1", since = "1.0.0")]
1412
mod prim_ref {}
0 commit comments