mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Lower Fn(X, Y) -> Z
paths
This commit is contained in:
parent
60bdb66ef2
commit
d21cdf3c99
4 changed files with 55 additions and 13 deletions
|
@ -684,7 +684,7 @@ Grammar(
|
|||
]
|
||||
),
|
||||
"PathSegment": (
|
||||
options: [ "NameRef", "TypeArgList" ]
|
||||
options: [ "NameRef", "TypeArgList", "ParamList", "RetType" ]
|
||||
),
|
||||
"TypeArgList": (collections: [
|
||||
("type_args", "TypeArg"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue