File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
//! The precise rules for validity are not determined yet. The guarantees that are
16
16
//! provided at this point are very minimal:
17
17
//!
18
- //! * For operations of [size zero][zst], *every* pointer is valid, including the [null] pointer.
19
- //! The following points are only concerned with non-zero-sized accesses.
18
+ //! * For memory accesses of [size zero][zst], *every* pointer is valid, including the [null]
19
+ //! pointer. The following points are only concerned with non-zero-sized accesses.
20
20
//! * A [null] pointer is *never* valid.
21
21
//! * For a pointer to be valid, it is necessary, but not always sufficient, that the pointer be
22
22
//! *dereferenceable*. The [provenance] of the pointer is used to determine which [allocated
You can’t perform that action at this time.
0 commit comments