mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Auto merge of #26660 - steveklabnik:fix_up_pointers, r=alexcrichton
This is a bit outdated.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user