]> git.proxmox.com Git - rustc.git/blob - src/doc/guide-pointers.md
New upstream version 1.34.2+dfsg1
[rustc.git] / src / doc / guide-pointers.md
1 % The Rust Pointer Guide
2
3 This content has been removed, with no direct replacement. Rust only
4 has two built-in pointer types now,
5 [references](book/ch04-02-references-and-borrowing.html) and [raw
6 pointers](book/raw-pointers.html). Older Rusts had many more pointer
7 types, they’re gone now.