Update primitive_docs.rs
This commit is contained in:
parent
39660c4a77
commit
55487e235b
1 changed files with 2 additions and 3 deletions
|
|
@ -1399,9 +1399,8 @@ mod prim_usize {}
|
|||
/// * `t` is aligned to `align_of_val(t)`
|
||||
/// * `t` is dereferenceable for `size_of_val(t)` many bytes
|
||||
///
|
||||
/// Being "dereferenceable" for N bytes means that the memory range beginning
|
||||
/// at the address `t` points to and ending N bytes later is all contained within a
|
||||
/// single [allocated object].
|
||||
/// If `t` points at address `a`, being "dereferenceable" for N bytes means that the memory range
|
||||
/// `[a, a + N)` is all contained within a single [allocated object].
|
||||
///
|
||||
/// [allocated object]: ptr#allocated-object
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue