Skip to content

Commit a9cae3e

Browse files
committed
Name MethodCall's receiver
1 parent 366d647 commit a9cae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/lib/ungrammar/rust.ungram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ ArgList =
416416
'(' args:(Expr (',' Expr)* ','?)? ')'
417417

418418
MethodCallExpr =
419-
Attr* Expr '.' NameRef GenericArgList? ArgList
419+
Attr* receiver:Expr '.' NameRef GenericArgList? ArgList
420420

421421
FieldExpr =
422422
Attr* Expr '.' NameRef

0 commit comments

Comments
 (0)