mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Added defWithBody
This commit is contained in:
parent
2a770190b0
commit
7f3bf7cc73
7 changed files with 120 additions and 24 deletions
|
@ -657,6 +657,7 @@ impl ToOwned for ContinueExpr {
|
|||
}
|
||||
|
||||
|
||||
|
||||
impl ContinueExpr {}
|
||||
|
||||
// DynTraitType
|
||||
|
|
|
@ -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