mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add function parameters attributes
This commit is contained in:
parent
9ea4ae680a
commit
3fb58c620c
15 changed files with 505 additions and 21 deletions
|
@ -642,12 +642,14 @@ Grammar(
|
|||
"SelfParam": (
|
||||
traits: [
|
||||
"TypeAscriptionOwner",
|
||||
"AttrsOwner",
|
||||
]
|
||||
),
|
||||
"Param": (
|
||||
options: [ "Pat" ],
|
||||
traits: [
|
||||
"TypeAscriptionOwner",
|
||||
"AttrsOwner",
|
||||
]
|
||||
),
|
||||
"UseItem": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue