]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/guide-pointers.md
Imported Upstream version 1.3.0+dfsg1
[rustc.git] / src / doc / guide-pointers.md
index 0374166405c62a28feb2cca3f7d181df17b75b6c..dc80ec4399131470dab2876cadd8cf09ad8bd577 100644 (file)
@@ -1,4 +1,7 @@
-% The (old) Rust Pointer Guide
+% The Rust Pointer Guide
 
-This content has moved into
-[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,
+[references](book/references-and-borrowing.html) and [raw
+pointers](book/raw-pointers.html). Older Rusts had many more pointer
+types, they’re gone now.