Added defWithBody

This commit is contained in:
Lenard Pratt 2019-03-30 10:50:00 +00:00
parent 2a770190b0
commit 7f3bf7cc73
7 changed files with 120 additions and 24 deletions

View file

@ -657,6 +657,7 @@ impl ToOwned for ContinueExpr {
}
impl ContinueExpr {}
// DynTraitType

View file

@ -313,6 +313,7 @@ Grammar(
"DocCommentsOwner",
"TypeAscriptionOwner",
],
options: ["body","Block"],
),
"StaticDef": (
traits: [
@ -323,6 +324,7 @@ Grammar(
"DocCommentsOwner",
"TypeAscriptionOwner",
],
options: ["body","Block"],
),
"TypeAliasDef": (
traits: [