We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f614ae4 + 21ee171 commit 0a19836Copy full SHA for 0a19836
1 file changed
library/std/src/primitive_docs.rs
@@ -384,6 +384,7 @@ mod prim_char {}
384
#[stable(feature = "rust1", since = "1.0.0")]
385
mod prim_unit {}
386
387
+#[doc(alias = "ptr")]
388
#[doc(primitive = "pointer")]
389
//
390
/// Raw, unsafe pointers, `*const T`, and `*mut T`.
0 commit comments