mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
8d6b5689fb
This is a bit outdated.
285 B
285 B
% The Rust Pointer Guide
This content has been removed, with no direct replacement. Rust only has two built-in pointer types now, references and raw pointers. Older Rusts had many more pointer types, they’re gone now.