mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Added defWithBody
This commit is contained in:
parent
2a770190b0
commit
7f3bf7cc73
7 changed files with 120 additions and 24 deletions
|
@ -313,6 +313,7 @@ Grammar(
|
|||
"DocCommentsOwner",
|
||||
"TypeAscriptionOwner",
|
||||
],
|
||||
options: ["body","Block"],
|
||||
),
|
||||
"StaticDef": (
|
||||
traits: [
|
||||
|
@ -323,6 +324,7 @@ Grammar(
|
|||
"DocCommentsOwner",
|
||||
"TypeAscriptionOwner",
|
||||
],
|
||||
options: ["body","Block"],
|
||||
),
|
||||
"TypeAliasDef": (
|
||||
traits: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue