]> git.lizzy.rs Git - rust.git/blob - src/doc/guide-pointers.md
Move some const-eval `build-pass` tests to `check-pass`
[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.