aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-31 17:46:07 +0100
committerAleksey Kladov <[email protected]>2020-07-31 17:46:07 +0100
commitddf08daddf7e86d67e8d2e5596f8013b376dd522 (patch)
treef129b02a4c02651f074a3255626919f251f1fc34 /xtask
parent040b4c800d5279e77a6825fc90cb2921d26c7f95 (diff)
Fix const arguments grammar
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/codegen/rust.ungram2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/rust.ungram b/xtask/src/codegen/rust.ungram
index fa18acbb3..8536b9748 100644
--- a/xtask/src/codegen/rust.ungram
+++ b/xtask/src/codegen/rust.ungram
@@ -26,7 +26,7 @@ LifetimeArg =
26 'lifetime' 26 'lifetime'
27 27
28ConstArg = 28ConstArg =
29 Literal | BlockExpr BlockExpr 29 Expr
30 30
31SourceFile = 31SourceFile =
32 'shebang'? 32 'shebang'?