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
@ -924,6 +924,7 @@ mod prim_usize {}
|
||||
|
||||
#[doc(primitive = "reference")]
|
||||
#[doc(alias = "&")]
|
||||
#[doc(alias = "&mut")]
|
||||
//
|
||||
/// References, both shared and mutable.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user