Implement mut ref/mut ref mut
This commit is contained in:
@@ -2733,9 +2733,9 @@ pub enum ImplicitSelfKind {
|
||||
/// Represents a `fn x(mut self);`.
|
||||
Mut,
|
||||
/// Represents a `fn x(&self);`.
|
||||
ImmRef,
|
||||
RefImm,
|
||||
/// Represents a `fn x(&mut self);`.
|
||||
MutRef,
|
||||
RefMut,
|
||||
/// Represents when a function does not have a self argument or
|
||||
/// when a function has a `self: X` argument.
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user