Rollup merge of #77181 - GuillaumeGomez:add-pointer-alias, r=jyn514,pickfire

Add doc alias for pointer primitive
This commit is contained in:
Ralf Jung 2020-09-26 12:58:28 +02:00 committed by GitHub
commit 0a19836a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ mod prim_char {}
#[stable(feature = "rust1", since = "1.0.0")]
mod prim_unit {}
#[doc(alias = "ptr")]
#[doc(primitive = "pointer")]
//
/// Raw, unsafe pointers, `*const T`, and `*mut T`.