aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 9383abd19..a8c922040 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -146,7 +146,9 @@ Grammar(
146 "NAME_REF", 146 "NAME_REF",
147 "VALUE_PARAMETER", 147 "VALUE_PARAMETER",
148 "BLOCK", 148 "BLOCK",
149
149 "LET_STMT", 150 "LET_STMT",
151 "EXPR_STMT",
150 152
151 "TYPE_PARAM", 153 "TYPE_PARAM",
152 "LIFETIME_PARAM", 154 "LIFETIME_PARAM",