Skip to content

Commit c090f46

Browse files
kpreidjoshtriplett
andauthoredMar 20, 2025
Add mention of provenance.
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent 35126d9 commit c090f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/types/numeric.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platform's pointer type. It can represent every memory address in the process.
4242

4343
> [!NOTE]
4444
> 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`].
45+
> For more information, see the documentation for [type cast expressions], [`std::ptr`], and [provenance][std::ptr#provenance] in particular.
4646
4747
r[type.numeric.int.size.isize]
4848
The `isize` type is a signed integer type with the same number of bits as the

0 commit comments

Comments
 (0)