We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075c576 commit a91a9eeCopy full SHA for a91a9ee
library/core/src/ptr/mod.rs
@@ -163,7 +163,7 @@
163
//! of pointers and `usize` (and `isize`), and defining a pointer to semantically contain the
164
//! following information:
165
//!
166
-//! * The **address-space** it is part of.
+//! * The **address-space** it is part of (i.e. "data" vs "code" in WASM).
167
//! * The **address** it points to, which can be represented by a `usize`.
168
//! * The **provenance** it has, defining the memory it has permission to access.
169
0 commit comments