]> git.lizzy.rs Git - rust.git/blob - src/doc/guide-pointers.md
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.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.