We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe283b4 + 8d6b568 commit 9a26e49Copy full SHA for 9a26e49
src/doc/guide-pointers.md
@@ -1,4 +1,7 @@
1
-% The (old) Rust Pointer Guide
+% The Rust Pointer Guide
2
3
-This content has moved into
4
-[the Rust Programming Language book](book/pointers.html).
+This content has been removed, with no direct replacement. Rust only
+has two built-in pointer types now,
5
+[references](book/references-and-borrowing.html) and [raw
6
+pointers](book/raw-pointers.html). Older Rusts had many more pointer
7
+types, they’re gone now.
0 commit comments