We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e767c commit 7e23e18Copy full SHA for 7e23e18
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