mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
e7f8e63ed4
Use footnote style to bypass the tidy check
293 B
293 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.