mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
Convert a &mut self to &self.
This commit is contained in:
@@ -1206,7 +1206,7 @@ fn parse_floating_field_access(&mut self) -> PResult<'a, P<[Ident]>> {
|
||||
}
|
||||
|
||||
fn mk_expr_tuple_field_access(
|
||||
&mut self,
|
||||
&self,
|
||||
lo: Span,
|
||||
ident_span: Span,
|
||||
base: P<Expr>,
|
||||
|
||||
Reference in New Issue
Block a user