Added defWithBody
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user