mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Type field accesses
This commit is contained in:
parent
07a7285965
commit
55c941cd9f
5 changed files with 54 additions and 5 deletions
|
@ -406,7 +406,7 @@ Grammar(
|
|||
options: [ "Expr" ],
|
||||
),
|
||||
"IndexExpr": (),
|
||||
"FieldExpr": (),
|
||||
"FieldExpr": (options: ["Expr", "NameRef"]),
|
||||
"TryExpr": (options: ["Expr"]),
|
||||
"CastExpr": (options: ["Expr", "TypeRef"]),
|
||||
"RefExpr": (options: ["Expr"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue