We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35126d9 commit c090f46Copy full SHA for c090f46
src/types/numeric.md
@@ -42,7 +42,7 @@ platform's pointer type. It can represent every memory address in the process.
42
43
> [!NOTE]
44
> While a `usize` can represent every *address*, converting a *pointer* to a `usize` is not necessarily a reversible operation.
45
-> For more information, see the documentation for [type cast expressions] and [`std::ptr`].
+> For more information, see the documentation for [type cast expressions], [`std::ptr`], and [provenance][std::ptr#provenance] in particular.
46
47
r[type.numeric.int.size.isize]
48
The `isize` type is a signed integer type with the same number of bits as the
0 commit comments