Rollup merge of #80068 - jyn514:mut-reference, r=m-ou-se
Add `&mut` as an alias for 'reference' primitive Closes https://github.com/rust-lang/rust/issues/46075.
This commit is contained in:
commit
dbcf659dce
1 changed files with 1 additions and 0 deletions
|
@ -924,6 +924,7 @@ mod prim_usize {}
|
||||||
|
|
||||||
#[doc(primitive = "reference")]
|
#[doc(primitive = "reference")]
|
||||||
#[doc(alias = "&")]
|
#[doc(alias = "&")]
|
||||||
|
#[doc(alias = "&mut")]
|
||||||
//
|
//
|
||||||
/// References, both shared and mutable.
|
/// References, both shared and mutable.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue