We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28576e9 commit 378ed25Copy full SHA for 378ed25
library/core/src/ptr/mod.rs
@@ -113,7 +113,7 @@
113
//! to access an allocation's sandbox and has both a *spatial* and *temporal* component:
114
//!
115
//! * Spatial: A range of bytes that the pointer is allowed to access.
116
-//! * Temporal: The allocation that access to these bytes is tied to.
+//! * Temporal: The lifetime (of the allocation) that access to these bytes is tied to.
117
118
//! Spatial provenance makes sure you don't go beyond your sandbox, while temporal provenance
119
//! makes sure that you can't "get lucky" after your permission to access some memory
0 commit comments